-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a File With Unsigned Integer Columns
Selfeer edited this page Nov 12, 2024
·
1 revision
{
"name": "uint8",
"schemaType": "required",
"physicalType": "INT32",
"logicalType": "UINT8",
"data": [1, 2, 3, 4, 5]
}
{
"name": "uint16",
"schemaType": "required",
"physicalType": "INT32",
"logicalType": "UINT16",
"data": [1, 2, 3, 4, 5]
}
{
"name": "uint32",
"schemaType": "required",
"physicalType": "INT32",
"logicalType": "UINT32",
"data": [1, 2, 3, 4, 5]
}
{
"name": "uint64",
"schemaType": "required",
"physicalType": "INT64",
"logicalType": "UINT64",
"data": [1, 2, 3, 4, 5]
}
Developed and maintained by the Altinity team.
- Home
- Parquet File Name
- Options of the File
- File Compression
- Writer Version
- Row and Page Size
- Bloom Filter
- Configure with Hadoop
- Integer Columns
- Unsigned Integer Columns
- UTF8 Columns
- Decimal Columns
- Date Columns
- Time and Timestamp Columns
- JSON and BSON Columns
- String Columns
- Enum Columns
- UUID Columns
- Float16 Column
- Array Columns
- Nested Array Columns
- Tuple Columns
- Nested Tuple Columns
- Schema Types
- Encodings
- File Encryption
- Extra Metadata Entries