polars_core
0.40.0
Module schema
Structs
Traits
Type Aliases
In crate polars_core
Module
polars_core
::
schema
Copy item path
source
·
[
−
]
Structs
§
Schema
A map from field/column name (
String
) to the type of that field/column (
DataType
)
Traits
§
IndexOfSchema
This trait exists to be unify the API of polars Schema and arrows Schema
Type Aliases
§
SchemaRef