UNPKG

parquets

Version:

TypeScript implementation of the Parquet file format, based on parquet.js

6 lines (5 loc) 97 B
export declare enum FieldRepetitionType { REQUIRED = 0, OPTIONAL = 1, REPEATED = 2 }