UNPKG

parquets

Version:

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

7 lines (6 loc) 118 B
export declare enum PageType { DATA_PAGE = 0, INDEX_PAGE = 1, DICTIONARY_PAGE = 2, DATA_PAGE_V2 = 3 }