Module arrow_array::cast

source ·
Expand description

Defines helper functions for downcasting dyn Array to concrete types

Functions

Force downcast of an Array, such as an ArrayRef to BooleanArray, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to Decimal128Array, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to DictionaryArray<T>, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to GenericBinaryArray<S>, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to GenericListArray<T>, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to LargeListArray, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to LargeStringArray, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to ListArray, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to MapArray, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to NullArray, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef, to PrimitiveArray<T>, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to RunArray<T>, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to StringArray, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to StructArray, panic’ing on failure.
Force downcast of an Array, such as an ArrayRef to UnionArray, panic’ing on failure.
Downcasts a dyn Array to a concrete type