Class SbeLogicalTypes
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sbe.SbeLogicalTypes
-
@Experimental(SCHEMAS) public final class SbeLogicalTypes extends java.lang.ObjectClasses that represent various SBE semantic types.Not all of SBE's semantic types are represented here, as some can be reasonably represented in Beam schemas with just a primitive.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSbeLogicalTypes.LocalMktDateRepresentation of SBE's LocalMktDate.static classSbeLogicalTypes.TZTimeOnlyRepresents SBE's TimeOnly composite type.static classSbeLogicalTypes.TZTimestampRepresents SBE's TZTimestamp composite type.static classSbeLogicalTypes.Uint16Represents SBE's uint16 type.static classSbeLogicalTypes.Uint32Represents SBE's uint32 type.static classSbeLogicalTypes.Uint64Represents SBE's uint64 type.static classSbeLogicalTypes.Uint8Represents SBE's uint8 type.static classSbeLogicalTypes.UTCDateOnlyRepresentation of SBE's UTCDateOnly.static classSbeLogicalTypes.UTCTimeOnlyRepresents SBE's UTCTimeOnly composite type.static classSbeLogicalTypes.UTCTimestampRepresents SBE's UTCTimestamp composite type.
-