@Experimental(value=SCHEMAS) public final class SbeLogicalTypes extends java.lang.Object
Not all of SBE's semantic types are represented here, as some can be reasonably represented in Beam schemas with just a primitive.
Modifier and Type | Class and Description |
---|---|
static class |
SbeLogicalTypes.LocalMktDate
Representation of SBE's LocalMktDate.
|
static class |
SbeLogicalTypes.TZTimeOnly
Represents SBE's TimeOnly composite type.
|
static class |
SbeLogicalTypes.TZTimestamp
Represents SBE's TZTimestamp composite type.
|
static class |
SbeLogicalTypes.Uint16
Represents SBE's uint16 type.
|
static class |
SbeLogicalTypes.Uint32
Represents SBE's uint32 type.
|
static class |
SbeLogicalTypes.Uint64
Represents SBE's uint64 type.
|
static class |
SbeLogicalTypes.Uint8
Represents SBE's uint8 type.
|
static class |
SbeLogicalTypes.UTCDateOnly
Representation of SBE's UTCDateOnly.
|
static class |
SbeLogicalTypes.UTCTimeOnly
Represents SBE's UTCTimeOnly composite type.
|
static class |
SbeLogicalTypes.UTCTimestamp
Represents SBE's UTCTimestamp composite type.
|