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§
- Arrow
Scalar - A scalar value backed by a length-1 Arrow array.