Expand description
Sequences of values with known length all having the same type.
Re-exports§
pub use union::*;
Modules§
- Array for sum types.
Structs§
- Array with boolean values.
- An iterator over
Nelements of the iterator at a time. - An byte array wrapper that maps to
FixedSizeBinaryArrayvia itsArrayTypeimplementation. Used for example to mapUuidto aFixedSizeBinaryArrayinstead of aFixedSizeListArray. - Array with fixed-size binary elements.
- An iterator over fixed-size lists in a
FixedSizeBinaryArray. - An iterator over fixed-size lists in a
FixedSizeBinaryArray. - Array with fixed-size sequences of elements.
- An iterator over fixed-size lists in a
FixedSizeListArray. - Array with primitive values.
- A sequence of nulls.
- New type wrapper for null elements that implements Length.
- Array with string values.
- An iterator over items in a
StringArray. - An iterator over strings in a
StringArray. - Array for product types.
- Variable-size binary elements.
- Array with variable-size list elements.
Traits§
- Types that store their data in Arrow arrays.
- Types that can be stored in Arrow arrays.
- Struct array types.
- A marker trait for unit types.
Type Aliases§
- Variable-size binary elements, using
i32offset values. - Array with f32 values.
- Array with f64 values.
- Array with i8 values.
- Array with i16 values.
- Array with i32 values.
- Array with i64 values.
- Array with isize values.
- Variable-size binary elements, using
i64offset value. - Array with string values, using
i64offset values. - Array with u8 values.
- Array with u16 values.
- Array with u32 values.
- Array with u64 values.
- Array with usize values.
- Array with string values, using
i32offset values.