Class SbeLogicalTypes.Uint8
java.lang.Object
org.apache.beam.sdk.schemas.logicaltypes.PassThroughLogicalType<Short>
org.apache.beam.sdk.extensions.sbe.SbeLogicalTypes.Uint8
- All Implemented Interfaces:
Serializable,Schema.LogicalType<Short,Short>
- Enclosing class:
SbeLogicalTypes
Represents SBE's uint8 type.
- 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
-
Uint8
public Uint8()
-