mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +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>
34 lines
520 B
JSON
34 lines
520 B
JSON
[
|
|
[
|
|
{
|
|
"null_pages": [
|
|
false
|
|
],
|
|
"min_values": [
|
|
0
|
|
],
|
|
"max_values": [
|
|
0
|
|
],
|
|
"boundary_order": "ASCENDING",
|
|
"null_counts": [
|
|
0
|
|
]
|
|
},
|
|
{
|
|
"null_pages": [
|
|
false
|
|
],
|
|
"min_values": [
|
|
"a655fd0e-9949-4059-bcae-fd6a002a4652"
|
|
],
|
|
"max_values": [
|
|
"a655fd0e-9949-4059-bcae-fd6a002a4652"
|
|
],
|
|
"boundary_order": "ASCENDING",
|
|
"null_counts": [
|
|
0
|
|
]
|
|
}
|
|
]
|
|
] |