UNPKG

parquets

Version:

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

11 lines (10 loc) 218 B
export declare enum Encoding { PLAIN = 0, PLAIN_DICTIONARY = 2, RLE = 3, BIT_PACKED = 4, DELTA_BINARY_PACKED = 5, DELTA_LENGTH_BYTE_ARRAY = 6, DELTA_BYTE_ARRAY = 7, RLE_DICTIONARY = 8 }