| Package | Description |
|---|---|
| com.lancedb.lance.ipc | |
| com.lancedb.lance.test |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.Builder.build()
Builds the Query object.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Query> |
ScanOptions.getNearest()
Get the nearest neighbor query.
|
| Modifier and Type | Method and Description |
|---|---|
ScanOptions.Builder |
ScanOptions.Builder.nearest(Query nearest)
Set the nearest neighbor query.
|
| Constructor and Description |
|---|
ScanOptions(Optional<List<Integer>> fragmentIds,
Optional<Long> batchSize,
Optional<List<String>> columns,
Optional<String> filter,
Optional<ByteBuffer> substraitFilter,
Optional<Long> limit,
Optional<Long> offset,
Optional<Query> nearest,
boolean withRowId,
boolean withRowAddress,
int batchReadahead,
Optional<List<ColumnOrdering>> columnOrderings)
Constructor for LanceScanOptions.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JniTestHelper.parseQuery(Optional<Query> query)
JNI parse query test.
|
Copyright © 2025. All rights reserved.