Class SbeLogicalTypes.Uint64

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.beam.sdk.schemas.Schema.LogicalType<java.lang.String,​java.lang.String>
    Enclosing class:
    SbeLogicalTypes

    public static final class SbeLogicalTypes.Uint64
    extends org.apache.beam.sdk.schemas.logicaltypes.PassThroughLogicalType<java.lang.String>
    Represents SBE's uint64 type.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IDENTIFIER  
    • Constructor Summary

      Constructors 
      Constructor Description
      Uint64()  
    • Method Summary

      • Methods inherited from class org.apache.beam.sdk.schemas.logicaltypes.PassThroughLogicalType

        getArgument, getArgumentType, getBaseType, getIdentifier, toBaseType, toInputType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Uint64

        public Uint64()