Skip to main content

Crate lance_arrow_scalar

Crate lance_arrow_scalar 

Source
Expand description

A scalar type backed by a single-element Arrow array with Ord, Hash, and Eq support.

Comparisons and hashing are delegated to arrow_row::OwnedRow, which provides a correct total ordering for all Arrow types (including proper NaN handling for floats and null ordering).

Modules§

serde
Binary serialization for ArrowScalar.

Structs§

ArrowScalar
A scalar value backed by a length-1 Arrow array.