| Package | Description |
|---|---|
| com.lancedb.lance.ipc |
| Modifier and Type | Method and Description |
|---|---|
ScanOptions.Builder |
ScanOptions.Builder.batchReadahead(int batchReadahead)
Set the batch readahead.
|
ScanOptions.Builder |
ScanOptions.Builder.batchSize(long batchSize)
Set the batch size.
|
ScanOptions.Builder |
ScanOptions.Builder.columns(List<String> columns)
Set the columns.
|
ScanOptions.Builder |
ScanOptions.Builder.filter(String filter)
Set the filter.
|
ScanOptions.Builder |
ScanOptions.Builder.fragmentIds(List<Integer> fragmentIds)
Set the fragment ids.
|
ScanOptions.Builder |
ScanOptions.Builder.limit(long limit)
Set the limit.
|
ScanOptions.Builder |
ScanOptions.Builder.nearest(Query nearest)
Set the nearest neighbor query.
|
ScanOptions.Builder |
ScanOptions.Builder.offset(long offset)
Set the offset.
|
ScanOptions.Builder |
ScanOptions.Builder.setColumnOrderings(List<ColumnOrdering> columnOrderings) |
ScanOptions.Builder |
ScanOptions.Builder.substraitFilter(ByteBuffer substraitFilter)
Set the substrait filter.
|
ScanOptions.Builder |
ScanOptions.Builder.withRowAddress(boolean withRowAddress)
Set whether to include the row addr.
|
ScanOptions.Builder |
ScanOptions.Builder.withRowId(boolean withRowId)
Set whether to include the row ID.
|
Copyright © 2025. All rights reserved.