Module polars_arrow::datatypes
source · Expand description
Contains all metadata, such as PhysicalType
, ArrowDataType
, Field
and ArrowSchema
.
Re-exports§
pub use crate::types::PrimitiveType;
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. A physical type has a one-to-many relationship with a
crate::datatypes::ArrowDataType
and a one-to-one mapping to each struct in this crate that implementscrate::array::Array
. - The time units defined in Arrow.
- Mode of
ArrowDataType::Union
Functions§
- support get extension for metadata
Type Aliases§
- typedef for
Arc<ArrowSchema>
.