Replies: 2 comments 2 replies
-
that's cool!
You should probably look at https://www.javadoc.io/doc/com.lancedb/lance-core/0.39.0/index.html. (seems like Dataset can list indexes, but not get details of a single one, which we might need to add a binding for...) The Lance Namespace spec does define a DescribeTableIndex feature, but it is not fully implemented yet in the SDKs. So far we have been focusing on just the basic operations. |
Beta Was this translation helpful? Give feedback.
-
I see. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As we are going to implement a custom Lance REST service, I wonder if there exists an API in the Java dataset that can get status of an index(see: https://lancedb.github.io/lance/format/namespace/operations/describe-table-index-stats/). There seems to be no such method currently.
Beta Was this translation helpful? Give feedback.
All reactions