mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-01-02 10:06:38 +00:00
Publish v0.4.0
This commit is contained in:
parent
a65132b79c
commit
5147dbe709
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyparquet",
|
||||
"version": "0.3.3",
|
||||
"version": "0.4.0",
|
||||
"description": "parquet file parser for javascript",
|
||||
"keywords": [
|
||||
"parquet",
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
import { off } from 'process'
|
||||
import { decompressPage } from './column.js'
|
||||
import { Encoding } from './constants.js'
|
||||
import { readPlain, readRleBitPackedHybrid, widthFromMaxInt } from './encoding.js'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user