Expand description
Convenience builders for Lance blob v2 input columns.
Blob v2 expects a column shaped as Struct<data: LargeBinary?, uri: Utf8?> and
tagged with ARROW:extension:name = "lance.blob.v2". This module offers a
type-safe builder to construct that struct without manually wiring metadata
Structs§
- Blob
Array Builder - Builder for blob v2 input struct columns.
Functions§
- blob_
field - Construct the Arrow field for a blob v2 column.