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 230 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 233 of file parquet_schema.hpp.