Expand description
Implementation and traits for deserializing from Arrow.
Structs§
- Buffer
Binary Array - Internal
ArrowArrayhelper to iterate over aBinaryArraywhile exposing Buffer slices - Buffer
Binary Array Iter - Iterator for for
BufferBinaryArray
Traits§
- Arrow
Array Iterable - A trait for Arrow arrays that can be transformed into an iterator.
- Arrow
Deserialize - Implemented by
ArrowFieldthat can be deserialized from arrow - TryInto
Collection - Top-level API to deserialize from Arrow
Functions§
- arrow_
array_ deserialize_ iterator - Return an iterator that deserializes an
Arrayto an element of type T - arrow_
array_ deserialize_ iterator_ as_ type - Returns a typed iterator to a target type from an
arrow::Array