-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a File WIth Tuple Columns
Selfeer edited this page Nov 12, 2024
·
1 revision
{
"name": "person",
"schemaType": "requiredGroup",
"fields": [
{
"name": "name",
"schemaType": "optional",
"physicalType": "BINARY",
"logicalType": "STRING"
},
{
"name": "age",
"schemaType": "required",
"physicalType": "INT32"
}
],
"data": [
{
"name": "Alice",
"age": 30
},
{
"name": "Bob",
"age": 25
}
]
}
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