polars_arrow::datatypes

Type Alias ArrowSchema

Source
pub type ArrowSchema = Schema<Field>;
Expand description

An ordered sequence of Fields

ArrowSchema is an abstraction used to read from, and write to, Arrow IPC format, Apache Parquet, and Apache Avro. All these formats have a concept of a schema with fields and metadata.

Aliased Typeยง

struct ArrowSchema { /* private fields */ }