Skip to main content

ArrowSchema

Type Alias ArrowSchema 

Source
pub type ArrowSchema = Schema<Field, BTreeMap<PlSmallStr, PlSmallStr>>;
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ยง

pub struct ArrowSchema { /* private fields */ }