Module schema

Source

Structs§

FixedSchema
Representation of the schema for a fixed-length file (.flf), containing the only allowed fields.
FixedSchemaIterator
Intermediary struct representing an iterable FixedSchema. It contains a reference to the schema’s vector of FixedColumns and the current iteration index.

Traits§

Schema
Unified trait for all types of schemas.

Type Aliases§

SchemaRef