mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-27 15:46:36 +00:00
8 lines
160 B
JSON
8 lines
160 B
JSON
[
|
|
["abc", 1, 2, true, [1, 2, 3]],
|
|
["abc", 2, 3, true, null],
|
|
["abc", 3, 4, true, null],
|
|
[null, 4, 5, false, [1, 2, 3]],
|
|
["abc", 5, 2, true, [1, 2]]
|
|
]
|