mirror of
https://github.com/asadbek064/hyparquet-compressors.git
synced 2026-01-11 21:26:38 +00:00
Decompressors for hyparquet
| .github/workflows | ||
| src | ||
| test | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| tsconfig.json | ||
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 })