Expand description
Arrow logical types
Modulesยง
- datatype ๐
- datatype_
parse ๐ - error ๐Defines
ArrowError
for representing failures in various Arrow operations. - Contains declarations to bind to the C Data Interface.
- field ๐
- fields ๐
- schema ๐
Structsยง
- Describes a single column in a
Schema
. - A cheaply cloneable, owned slice of
FieldRef
- Describes the meta-data of an ordered sequence of relative types.
- Options that define the sort order of a given column
- A cheaply cloneable, owned collection of
FieldRef
and their corresponding type ids
Enumsยง
- Many different operations in the
arrow
crate return this error type. - Datatypes supported by this implementation of Apache Arrow.
- YEAR_MONTH, DAY_TIME, MONTH_DAY_NANO interval in SQL style.
- An absolute length of time in seconds, milliseconds, microseconds or nanoseconds.
- Sparse or Dense union layouts
Constantsยง
- The maximum precision for DataType::Decimal128 values
- The maximum scale for DataType::Decimal128 values
- The maximum precision for DataType::Decimal256 values
- The maximum scale for DataType::Decimal256 values
- The default scale for DataType::Decimal128 and DataType::Decimal256 values