Struct that describes the time logical type annotation. More...
#include <parquet_schema.hpp>
Public Attributes | |
bool | isAdjustedToUTC = true |
TimeUnit | unit = {TimeUnit::Type::MILLIS} |
Time unit type. | |
Struct that describes the time logical type annotation.
Allowed for physical types: INT32 (millis), INT64 (micros, nanos)
Definition at line 217 of file parquet_schema.hpp.
bool cudf::io::parquet::TimeType::isAdjustedToUTC = true |
Default to true because the timestamps are implicitly in UTC. Writer option overrides this to default
Definition at line 220 of file parquet_schema.hpp.