Class SbeLogicalTypes.TZTimestamp
java.lang.Object
org.apache.beam.sdk.extensions.sbe.SbeLogicalTypes.TZTimestamp
- All Implemented Interfaces:
- Serializable,- Schema.LogicalType<OffsetDateTime,- String> 
- Enclosing class:
- SbeLogicalTypes
public static final class SbeLogicalTypes.TZTimestamp
extends Object
implements Schema.LogicalType<OffsetDateTime,String> 
Represents SBE's TZTimestamp composite type.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionA schema type representing how to interpret the argument.The baseSchema.FieldTypeused to store values of this type.The unique identifier for this type.toBaseType(@NonNull OffsetDateTime input) Convert the input type to the type Java type used by the baseSchema.FieldType.toInputType(@NonNull String base) Convert the Java type used by the baseSchema.FieldTypeto the input type.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.schemas.Schema.LogicalTypegetArgument
- 
Field Details- 
IDENTIFIER- See Also:
 
 
- 
- 
Constructor Details- 
TZTimestamppublic TZTimestamp()
 
- 
- 
Method Details- 
getIdentifierDescription copied from interface:Schema.LogicalTypeThe unique identifier for this type.- Specified by:
- getIdentifierin interface- Schema.LogicalType<OffsetDateTime,- String> 
 
- 
getArgumentTypeDescription copied from interface:Schema.LogicalTypeA schema type representing how to interpret the argument.nullindicates this logical type is not parameterized by an argument.- Specified by:
- getArgumentTypein interface- Schema.LogicalType<OffsetDateTime,- String> 
 
- 
getBaseTypeDescription copied from interface:Schema.LogicalTypeThe baseSchema.FieldTypeused to store values of this type.- Specified by:
- getBaseTypein interface- Schema.LogicalType<OffsetDateTime,- String> 
 
- 
toBaseTypeDescription copied from interface:Schema.LogicalTypeConvert the input type to the type Java type used by the baseSchema.FieldType.- Specified by:
- toBaseTypein interface- Schema.LogicalType<OffsetDateTime,- String> 
 
- 
toInputTypeDescription copied from interface:Schema.LogicalTypeConvert the Java type used by the baseSchema.FieldTypeto the input type.- Specified by:
- toInputTypein interface- Schema.LogicalType<OffsetDateTime,- String> 
 
 
-