-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a File With Integer Columns
Selfeer edited this page Nov 12, 2024
·
1 revision
{
"name": "int8",
"schemaType": "required",
"physicalType": "INT32",
"logicalType": "INT8",
"data": [1, 2, 3, 4, 5]
}
{
"name": "int16",
"schemaType": "required",
"physicalType": "INT32",
"logicalType": "INT16",
"data": [1, 2, 3, 4, 5]
}
{
"name": "int32",
"schemaType": "required",
"physicalType": "INT32",
"logicalType": "INT32",
"data": [1, 2, 3, 4, 5]
}
{
"name": "int64",
"schemaType": "required",
"physicalType": "INT64",
"logicalType": "INT64",
"data": [1, 2, 3, 4, 5]
}
Developed and maintained by the Altinity team.
- Home
- Specifying the Parquet File Name
- Specifying Options of the File
- Choosing File Compression
- Choosing the Writer Version
- Specifying Row and Page Size
- Enabling the 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
- Array Columns
- Nested Array Columns
- Tuple Columns
- Nested Tuple Columns
- Schema Types