Aidan
73e4015797
feat: Node Schema API ( #717 )
2023-12-20 12:16:40 -05:00
Bert
57207eff4a
implement update for remote clients ( #706 )
2023-12-15 09:06:40 -05:00
Bert
63ee8fa6a1
Update in Node & Rust ( #696 )
...
Co-authored-by: Will Jones <willjones127@gmail.com >
2023-12-13 14:53:06 -05:00
Rob Meng
94c8c50f96
fix: fix passing prefilter flag to remote client ( #677 )
...
was passing this at the wrong position
2023-12-04 12:01:16 -05:00
Rob Meng
72765d8e1a
feat: enable prefilter in node js ( #675 )
...
enable prefiltering in node js, both native and remote
2023-12-01 16:49:10 -05:00
Bert
797514bcbf
fix: node remote implement table.countRows ( #648 )
2023-11-13 17:43:20 -05:00
Bert
5ca98c326f
feat: added dataset stats api to node ( #604 )
2023-10-26 17:00:48 -04:00
Rob Meng
345c136cfb
implement remote api calls for table mutation ( #567 )
...
Add more APIs to remote table for Node SDK
* `add` rows
* `overwrite` table with rows
* `create` table
This has been tested against dev stack
2023-10-16 11:07:58 -04:00
Lei Xu
fe64fc4671
feat(python,js): deletion operation on remote tables ( #568 )
2023-10-14 15:47:19 -07:00
gsilvestrin
2737315cb2
feat(node): Create empty tables / Arrow Tables ( #399 )
...
- Supports creating an empty table as long as an Arrow Schema is provided
- Supports creating a table from an Arrow Table (can be passed as data)
- Simplified some Arrow code in the TS/FFI side
- removed createTableArrow method, it was never documented / tested.
2023-08-22 10:57:45 -07:00
gsilvestrin
03b8f99dca
feat(node) Remote drop table ( #412 )
2023-08-10 09:21:36 -07:00
gsilvestrin
f227658e08
fix(node) Remove mpsc from JS SDK ( #407 )
...
- Callers / SDKs are responsible for keeping track of the last version of the Table
- Remove the mpsc from Table and make all Table operations non-blocking
2023-08-08 10:35:43 -07:00
gsilvestrin
b69b1e3ec8
fix(node) Unit tests hangs and don't exit ( #396 )
2023-08-04 20:18:23 -07:00
Rob Meng
a636bb1075
add support for host override ( #335 )
2023-07-18 21:21:39 -04:00
Lei Xu
1d343edbd4
[Node] implement remote db.TableNames ( #334 )
2023-07-18 16:56:47 -07:00
Lei Xu
980f910f50
[Node] initial support of nodejs remote sdk ( #333 )
2023-07-18 16:15:27 -07:00