Module arrow_array::types
source · Expand description
Zero-sized types used to parameterize generic array implementations
Structs
The decimal type for a Decimal128Array
The decimal type for a Decimal256Array
ByteArrayType
for binary arraysByteArrayType
for string arraysTraits
A subtype of primitive type that represents legal dictionary keys.
See https://arrow.apache.org/docs/format/Columnar.html
A subtype of primitive type that represents temporal values.
A timestamp type allows us to create array builders that take a timestamp.
A trait over the variable-size byte array types
A trait over the decimal types, used by
DecimalArray
to provide a generic
implementation across the various decimal types