Module arrow

Source
Expand description

Utilities to work with Arrow data and types.

Modules§

compute

Structs§

Datum
A wrapper around a generic Arrow array that can be used as a Datum in Arrow compute.

Traits§

FromArrowArray
IntoArrowArray

Functions§

from_arrow_array_with_len
Convert an Arrow array to an Array with a specific length. This is useful for compute functions that delegate to Arrow using Datum, which will return a scalar (length 1 Arrow array) if the input array is constant.