Uses of Enum Class
dev.hardwood.metadata.LogicalType.TimeUnit
Packages that use LogicalType.TimeUnit
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
-
Uses of LogicalType.TimeUnit in dev.hardwood.metadata
Subclasses with type arguments of type LogicalType.TimeUnit in dev.hardwood.metadataModifier and TypeClassDescriptionstatic enumResolution of time and timestamp logical types.Methods in dev.hardwood.metadata that return LogicalType.TimeUnitModifier and TypeMethodDescriptionLogicalType.TimestampType.unit()Returns the value of theunitrecord component.LogicalType.TimeType.unit()Returns the value of theunitrecord component.static LogicalType.TimeUnitReturns the enum constant of this class with the specified name.static LogicalType.TimeUnit[]LogicalType.TimeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.hardwood.metadata with parameters of type LogicalType.TimeUnitModifierConstructorDescriptionTimestampType(boolean isAdjustedToUTC, LogicalType.TimeUnit unit) Creates an instance of aTimestampTyperecord class.TimeType(boolean isAdjustedToUTC, LogicalType.TimeUnit unit) Creates an instance of aTimeTyperecord class.