Public Attributes | List of all members
cudf::io::parquet::TimeType Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ isAdjustedToUTC

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.


The documentation for this struct was generated from the following file: