Class SbeLogicalTypes
java.lang.Object
org.apache.beam.sdk.extensions.sbe.SbeLogicalTypes
Classes 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 ClassesModifier and TypeClassDescriptionstatic final class
Representation of SBE's LocalMktDate.static final class
Represents SBE's TimeOnly composite type.static final class
Represents SBE's TZTimestamp composite type.static final class
Represents SBE's uint16 type.static final class
Represents SBE's uint32 type.static final class
Represents SBE's uint64 type.static final class
Represents SBE's uint8 type.static final class
Representation of SBE's UTCDateOnly.static final class
Represents SBE's UTCTimeOnly composite type.static final class
Represents SBE's UTCTimestamp composite type. -
Method Summary