-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a File WIth Uuid Columns
Selfeer edited this page Nov 12, 2024
·
1 revision
{
"name": "uuid_field",
"schemaType": "required",
"physicalType": "FIXED_LEN_BYTE_ARRAY",
"logicalType": "UUID",
"length": 16,
"data": [
"550e8400e29b41d4a716446655440000",
"550e8400e29b41d4a716446655440001",
"550e8400e29b41d4a716446655440002",
"550e8400e29b41d4a716446655440003",
"550e8400e29b41d4a716446655440004"
]
}
Note
Here length
is the specified length of the FIXED_LEN_BYTE_ARRAY
which is 16 for the given uuid
values.
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