Decompressors for hyparquet
Go to file
Kenny Daniel d2204e2184
rollup
2024-05-19 00:37:53 -07:00
.github/workflows Initial project skeleton 2024-05-09 00:19:56 -07:00
src Gzip with test 2024-05-19 00:07:43 -07:00
test Gzip with test 2024-05-19 00:07:43 -07:00
.eslintrc.json rollup 2024-05-19 00:37:53 -07:00
.gitignore rollup 2024-05-19 00:37:53 -07:00
LICENSE Initial project skeleton 2024-05-09 00:19:56 -07:00
package.json rollup 2024-05-19 00:37:53 -07:00
README.md Initial project skeleton 2024-05-09 00:19:56 -07:00
rollup.config.js rollup 2024-05-19 00:37:53 -07:00
tsconfig.json Initial project skeleton 2024-05-09 00:19:56 -07:00

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 })