mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-09 16:16:37 +00:00
* Parse indicies * Add parsed offset indices * Add parsed column indices * Test readColumnIndex and readOffsetIndex * Add more parsed offset indices * Remove unnecessary toJson when loading expected results * Add length checks to convertMetadata * Rename indicies.js to indexes.js * Rename indices.test.js to indexes.test.js * Rename *_indices.json to *_indexes.json * Use asyncBufferFromFile in indexes.test.js --------- Co-authored-by: Brian Park <park-brian@users.noreply.github.com>
22 lines
331 B
JSON
22 lines
331 B
JSON
[
|
|
[
|
|
{
|
|
"page_locations": [
|
|
{
|
|
"offset": 31,
|
|
"compressed_page_size": 27,
|
|
"first_row_index": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"page_locations": [
|
|
{
|
|
"offset": 117,
|
|
"compressed_page_size": 27,
|
|
"first_row_index": 0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
] |