Class CalciteUtils.TimeWithLocalTzType
java.lang.Object
org.apache.beam.sdk.schemas.logicaltypes.PassThroughLogicalType<Instant>
org.apache.beam.sdk.extensions.sql.impl.utils.CalciteUtils.TimeWithLocalTzType
- All Implemented Interfaces:
Serializable,Schema.LogicalType<Instant,Instant>
- Enclosing class:
CalciteUtils
A LogicalType corresponding to TIME_WITH_LOCAL_TIME_ZONE.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.beam.sdk.schemas.logicaltypes.PassThroughLogicalType
getArgument, getArgumentType, getBaseType, getIdentifier, toBaseType, toInputType
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
TimeWithLocalTzType
public TimeWithLocalTzType()
-