UNPKG

parquets

Version:

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

6 lines (5 loc) 95 B
export declare enum BoundaryOrder { UNORDERED = 0, ASCENDING = 1, DESCENDING = 2 }