Type Alias ArrowSchema
pub type ArrowSchema = Schema<Field>;
Expand description
An ordered sequence of Field
s
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 */ }