- lance.LanceDataset.take_blobs(row_ids: list[int] | Array, blob_column: str) list[BlobFile]
Select blobs by row IDs.
Instead of loading large binary blob data into memory before processing it, this API allows you to open binary blob data as a regular Python file-like object. For more details, see
lance.BlobFile
.