Module polars::datatypes[][src]

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.

Structs

Enums

The set of datatypes that are supported by this implementation of Apache Arrow.

YEAR_MONTH or DAY_TIME interval in SQL style.

An absolute length of time in seconds, milliseconds, microseconds or nanoseconds.

Traits

Trait bridging the dynamic-typed nature of Arrow (via DataType) with the static-typed nature of rust types ([ArrowNativeType]) for all types that implement [ArrowNativeType].

Any type that is not nested

Type Definitions