Expand description
Arrow logical types
Modules§
- extension
- Extension types.
- ffiffi
- Contains declarations to bind to the C Data Interface.
Structs§
- Field
- Describes a single column in a Schema.
- Fields
- A cheaply cloneable, owned slice of FieldRef
- Schema
- Describes the meta-data of an ordered sequence of relative types.
- SchemaBuilder 
- A builder to facilitate building a Schemafrom iteratively fromFieldRef
- SortOptions 
- Options that define the sort order of a given column
- UnionFields 
- A cheaply cloneable, owned collection of FieldRefand their corresponding type ids
Enums§
- ArrowError 
- Many different operations in the arrowcrate return this error type.
- DataType 
- Datatypes supported by this implementation of Apache Arrow.
- IntervalUnit 
- YEAR_MONTH, DAY_TIME, MONTH_DAY_NANO interval in SQL style.
- TimeUnit 
- An absolute length of time in seconds, milliseconds, microseconds or nanoseconds.
- UnionMode 
- Sparse or Dense union layouts
Constants§
- DECIMAL32_ DEFAULT_ SCALE 
- The default scale for DataType::Decimal32 values
- DECIMAL32_ MAX_ PRECISION 
- The maximum precision for DataType::Decimal32 values
- DECIMAL32_ MAX_ SCALE 
- The maximum scale for DataType::Decimal32 values
- DECIMAL64_ DEFAULT_ SCALE 
- The default scale for DataType::Decimal64 values
- DECIMAL64_ MAX_ PRECISION 
- The maximum precision for DataType::Decimal64 values
- DECIMAL64_ MAX_ SCALE 
- The maximum scale for DataType::Decimal64 values
- DECIMAL128_ MAX_ PRECISION 
- The maximum precision for DataType::Decimal128 values
- DECIMAL128_ MAX_ SCALE 
- The maximum scale for DataType::Decimal128 values
- DECIMAL256_ MAX_ PRECISION 
- The maximum precision for DataType::Decimal256 values
- DECIMAL256_ MAX_ SCALE 
- The maximum scale for DataType::Decimal256 values
- DECIMAL_DEFAULT_ SCALE 
- The default scale for DataType::Decimal128 and DataType::Decimal256 values