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

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.
 

Detailed Description

Struct that describes the timestamp logical type annotation.

Allowed for physical types: INT64

Definition at line 230 of file parquet_schema.hpp.

Member Data Documentation

◆ isAdjustedToUTC

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.


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