mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-06 06:51:54 +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>
49 lines
813 B
JSON
49 lines
813 B
JSON
[
|
|
[
|
|
{
|
|
"page_locations": [
|
|
{
|
|
"offset": 4,
|
|
"compressed_page_size": 73,
|
|
"first_row_index": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"page_locations": [
|
|
{
|
|
"offset": 132,
|
|
"compressed_page_size": 65,
|
|
"first_row_index": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"page_locations": [
|
|
{
|
|
"offset": 242,
|
|
"compressed_page_size": 37,
|
|
"first_row_index": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"page_locations": [
|
|
{
|
|
"offset": 315,
|
|
"compressed_page_size": 68,
|
|
"first_row_index": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"page_locations": [
|
|
{
|
|
"offset": 435,
|
|
"compressed_page_size": 57,
|
|
"first_row_index": 0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
] |