| Package | Description |
|---|---|
| com.lancedb.lance.ipc |
| Modifier and Type | Method and Description |
|---|---|
ColumnOrdering |
ColumnOrdering.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<List<ColumnOrdering>> |
ScanOptions.getColumnOrderings() |
| Modifier and Type | Method and Description |
|---|---|
ScanOptions.Builder |
ScanOptions.Builder.setColumnOrderings(List<ColumnOrdering> columnOrderings) |
| 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.
|
Copyright © 2025. All rights reserved.