mirror of
https://github.com/asadbek064/hyparquet-compressors.git
synced 2026-01-11 21:26:38 +00:00
352 B
352 B
hyparquet decompressors
This package exports a compressors object intended to be passed into hyparquet in order to support all possible Apache Parquet files.
Usage
import { parquetRead } from 'hyparquet'
import { compressors } from 'hyparquet-compressors'
parquetRead({ file, compressors })