pub type ParquetModel = Vec<ParquetColumn>;
Expand description

Type for Parquet files. Files are just lists of columns.

Aliased Type§

struct ParquetModel { /* private fields */ }