[][src]Module arrow::array

Structs

BinaryArray

A special type of ListArray whose elements are binaries.

ListArray

A list array where each element is a variable-sized sequence of values with the same type.

PrimitiveArray

Array whose elements are of primitive types.

StructArray

A nested array type where each child (called field) is represented by a separate array.

Traits

Array

Trait for dealing with different types of array at runtime when the type of the array is not known in advance

Type Definitions

ArrayRef
BooleanArray
Float32Array
Float64Array
Int8Array
Int16Array
Int32Array
Int64Array
UInt8Array
UInt16Array
UInt32Array
UInt64Array