hyparquet/test/files/duckdb_delta_binary_packed.metadata.json
mike-iqmo dbf3065f8e
Addresses issues with duckdb use of delta encodings (#77)
* Addresses issues with duckdb use of delta encodings

* Shrunk size of test data
2025-05-14 16:28:58 -07:00

49 lines
1.1 KiB
JSON

{
"version": 1,
"schema": [
{
"repetition_type": "REQUIRED",
"name": "duckdb_schema",
"num_children": 1
},
{
"type": "INT64",
"repetition_type": "OPTIONAL",
"name": "range",
"converted_type": "INT_64"
}
],
"num_rows": 1250,
"row_groups": [
{
"columns": [
{
"file_offset": 0,
"meta_data": {
"type": "INT64",
"encodings": ["DELTA_BINARY_PACKED"],
"path_in_schema": ["range"],
"codec": "SNAPPY",
"num_values": 1250,
"total_uncompressed_size": 40,
"total_compressed_size": 42,
"data_page_offset": 4,
"statistics": {
"max": 1249,
"min": 0,
"null_count": 0,
"max_value": 1249,
"min_value": 0
}
}
}
],
"total_byte_size": 40,
"num_rows": 1250,
"file_offset": 4
}
],
"created_by": "DuckDB version v1.2.1 (build 8e52ec4395)",
"metadata_length": 169
}