Class SbeLogicalTypes.UTCDateOnly

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

    public static final class SbeLogicalTypes.UTCDateOnly
    extends java.lang.Object
    Representation of SBE's UTCDateOnly.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      UTCDateOnly()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.beam.sdk.schemas.Schema.LogicalType

        getArgument
    • Constructor Detail

      • UTCDateOnly

        public UTCDateOnly()