Decompressors for hyparquet
Go to file
2024-05-09 00:19:56 -07:00
.github/workflows Initial project skeleton 2024-05-09 00:19:56 -07:00
src Initial project skeleton 2024-05-09 00:19:56 -07:00
test Initial project skeleton 2024-05-09 00:19:56 -07:00
.eslintrc.json Initial project skeleton 2024-05-09 00:19:56 -07:00
.gitignore Initial project skeleton 2024-05-09 00:19:56 -07:00
LICENSE Initial project skeleton 2024-05-09 00:19:56 -07:00
package.json Initial project skeleton 2024-05-09 00:19:56 -07:00
README.md Initial project skeleton 2024-05-09 00:19:56 -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 })