UNPKG

@dsnp/parquetjs

Version:

fully asynchronous, pure JavaScript implementation of the Parquet file format

5 lines (4 loc) 174 B
export * as PLAIN from './plain'; export * as RLE from './rle'; export * as PLAIN_DICTIONARY from './plain_dictionary'; export * as RLE_DICTIONARY from './plain_dictionary';