Module polars_core::datatypes

source ·
Expand description

Data types supported by Polars.

At the moment Polars doesn’t include all data types available by Arrow. The goal is to incrementally support more data types and prioritize these by usability.

See the AnyValue variants for the data types that are currently supported.

Modules

categoricaldtype-categorical
stringcachedtype-categorical

Structs

BinaryTypedtype-binary
CatIterdtype-categorical
CategoricalChunkeddtype-categorical
CategoricalChunkedBuilderdtype-categorical
Characterizes the name and the DataType of a column.
Maps a logical type to a a chunked array implementation of the physical type. This saves a lot of compiler bloat and allows us to reuse functionality.
StrHashLocaldtype-categorical
StructChunkeddtype-struct
This is logical type StructChunked that dispatches most logic to the fields implementations

Enums

The set of supported logical types in this crate.
The time units defined in Arrow.
RevMappingdtype-categorical
RevMappingBuilderdtype-categorical

Constants

Traits

Functions

Type Definitions