Expand description
Contains all metadata, such as PhysicalType
, ArrowDataType
, Field
and ArrowSchema
.
Re-exports§
pub use crate::types::PrimitiveType;
Modules§
Structs§
- Represents Arrow’s metadata of a “column”.
Enums§
- The set of supported logical types in this crate.
- the set of valid indices types of a dictionary-encoded Array. Each type corresponds to a variant of
crate::array::DictionaryArray
. - Interval units defined in Arrow
- The set of physical types: unique in-memory representations of an Arrow array.
- The time units defined in Arrow.
- Mode of
ArrowDataType::Union
Functions§
- support get extension for metadata
Type Aliases§
- An ordered sequence of
Field
s - typedef for
Arc<ArrowSchema>
.