| Package | Description |
|---|---|
| com.lancedb.lance |
| Modifier and Type | Method and Description |
|---|---|
List<BlobFile> |
Dataset.takeBlobs(List<Long> rowIds,
String column)
Open blob files for given row ids on a blob column.
|
List<BlobFile> |
Dataset.takeBlobsByIndices(List<Long> rowIndices,
String column)
Open blob files for given row indices on a blob column.
|
Copyright © 2025. All rights reserved.