Decompressors for hyparquet
Go to file
2024-05-19 18:10:40 -07:00
.github/workflows Initial project skeleton 2024-05-09 00:19:56 -07:00
src Hadoop lz4 with header 2024-05-19 18:10:40 -07:00
test Hadoop lz4 with header 2024-05-19 18:10:40 -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 Native lz4 2024-05-19 17:45:32 -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 })