Skip to main content

Module blob

Module blob 

Source
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§

BlobArrayBuilder
Builder for blob v2 input struct columns.

Functions§

blob_field
Construct the Arrow field for a blob v2 column.