Class LegacyInstantTypeInfo

  • All Implemented Interfaces:
    Serializable, AtomicType<Instant>

    public class LegacyInstantTypeInfo
    extends BasicTypeInfo<Instant>
    TypeInformation for Instant.

    The different between Types.INSTANT is the TypeInformation holds a precision Reminder: Conversion from DataType to TypeInformation (and back) exists in TableSourceUtil.computeIndexMapping, which should be fixed after we remove Legacy TypeInformation TODO: https://issues.apache.org/jira/browse/FLINK-14927

    See Also:
    Serialized Form