Struct that describes the timestamp logical type annotation. More...
#include <parquet_schema.hpp>
Public Attributes | |
| bool | isAdjustedToUTC = true |
| TimeUnit | unit = {TimeUnit::Type::MILLIS} |
| Timestamp's time unit. | |
Struct that describes the timestamp logical type annotation.
Allowed for physical types: INT64
Definition at line 219 of file parquet_schema.hpp.
| bool cudf::io::parquet::TimestampType::isAdjustedToUTC = true |
Default to true because the timestamps are implicitly in UTC. Writer option overrides this to default
Definition at line 222 of file parquet_schema.hpp.