Will Jones
464a36ad38
feat: {add|alter|drop}_columns APIs ( #1015 )
...
Initial work for #959 . This exposes the basic functionality for each in
all of the APIs. Will add user guide documentation in a later PR.
2024-04-05 16:30:47 -07:00
Will Jones
c5b0934bfb
feat(node): add read_consistency_interval to Node and Rust ( #1002 )
...
This PR adds the same consistency semantics as was added in #828 . It
*does not* add the same lazy-loading of tables, since that breaks some
existing tests.
This closes #998 .
---------
Co-authored-by: Weston Pace <weston.pace@gmail.com >
2024-04-05 16:30:40 -07:00
Lei Xu
cef0293985
feat(napi): Issue queries as node SDK ( #868 )
...
* Query as a fluent API and `AsyncIterator<RecordBatch>`
* Much more docs
* Add tests for auto infer vector search columns with different
dimensions.
2024-04-05 16:28:18 -07:00
Lei Xu
db4a979278
feat(napi): Provide a new createIndex API in the napi SDK. ( #857 )
2024-04-05 16:27:51 -07:00