-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a File With Time and Timestamp Columns
Selfeer edited this page Nov 12, 2024
·
1 revision
{
"name": "time_millis_field",
"schemaType": "required",
"physicalType": "INT32",
"logicalType": "TIME_MILLIS",
"data": [12345678, 23456789, 34567890, 45678901, 56789012]
}
{
"name": "time_micros_field",
"schemaType": "required",
"physicalType": "INT64",
"logicalType": "TIME_MICROS",
"data": [123456789012, 234567890123, 345678901234, 456789012345, 567890123456]
}
{
"name": "timestamp_micros_field",
"schemaType": "required",
"physicalType": "INT64",
"logicalType": "TIMESTAMP_MICROS",
"data": [1609459200000000, 1609545600000000, 1609632000000000, 1609718400000000, 1609804800000000]
}
{
"name": "timestamp_millis_field",
"schemaType": "required",
"physicalType": "INT64",
"logicalType": "TIMESTAMP_MILLIS",
"data": [1609459200000, 1609545600000, 1609632000000, 1609718400000, 1609804800000]
}
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