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
Structs§
- Characterizes the name and theDataTypeof a column.
- FixedSizeListTypedtype-array
- Int128Typedtype-decimal
- Maps a logical type to a chunked array implementation of the physical type. This saves a lot of compiler bloat and allows us to reuse functionality.
- ObjectTypeobject
- OwnedObjectobject
- This is logical typeStructChunkedthat dispatches most logic to thefieldsimplementations
Enums§
- The set of supported logical types in this crate.
- The time units defined in Arrow.
Constants§
- IDX_DTYPENon-bigidx
Statics§
Traits§
- Safety
Functions§
- create_enum_data_typedtype-categorical
Type Aliases§
- ArrayChunkeddtype-array
- IdxCaNon-bigidx
- IdxTypeNon-bigidx
- Int128Chunkeddtype-decimal
- ObjectChunkedobject
- This hashmap uses an IdHasher