|
iceberg-cpp
|
A data type representing a timestamp in microseconds without reference to a timezone. More...
#include <type.h>
Public Member Functions | |
| bool | is_zoned () const override |
| Is this type zoned or naive? | |
| TimeUnit | time_unit () const override |
| The time resolution. | |
| TypeId | type_id () const override |
| Get the type ID. | |
| std::string | ToString () const override |
| Get a user-readable string representation. | |
Public Member Functions inherited from iceberg::PrimitiveType | |
| bool | is_primitive () const override |
| Is this a primitive type (may not have child fields)? | |
| bool | is_nested () const override |
| Is this a nested type (may have child fields)? | |
Static Public Attributes | |
| static constexpr const TypeId | kTypeId = TypeId::kTimestamp |
Protected Member Functions | |
| bool | Equals (const Type &other) const override |
| Compare two types for equality. | |
A data type representing a timestamp in microseconds without reference to a timezone.
|
overrideprotectedvirtual |
Compare two types for equality.
Implements iceberg::Type.
|
overridevirtual |
Is this type zoned or naive?
Implements iceberg::TimestampBase.
|
overridevirtual |
The time resolution.
Implements iceberg::TimestampBase.
|
overridevirtual |
Get a user-readable string representation.
Implements iceberg::util::Formattable.
|
overridevirtual |
Get the type ID.
Implements iceberg::Type.