mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-01-04 18:46:37 +00:00
Publish v0.9.6!
This commit is contained in:
parent
2edc14b70e
commit
f4877dcd49
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyparquet",
|
||||
"version": "0.9.5",
|
||||
"version": "0.9.6",
|
||||
"description": "parquet file parser for javascript",
|
||||
"keywords": [
|
||||
"parquet",
|
||||
|
||||
@ -3,7 +3,7 @@ import { readPlain } from './plain.js'
|
||||
import { getMaxDefinitionLevel, getMaxRepetitionLevel } from './schema.js'
|
||||
|
||||
/**
|
||||
* Read a data page from the given Uint8Array.
|
||||
* Read a data page from uncompressed reader.
|
||||
*
|
||||
* @typedef {import("./types.d.ts").DataPage} DataPage
|
||||
* @typedef {import("./types.d.ts").ColumnMetaData} ColumnMetaData
|
||||
|
||||
Loading…
Reference in New Issue
Block a user