Class TimestampExtractor

    • Constructor Detail

      • TimestampExtractor

        public TimestampExtractor()
        Deprecated.
    • Method Detail

      • getReturnType

        public org.apache.flink.api.common.typeinfo.TypeInformation<Long> getReturnType()
        Deprecated.
        Description copied from interface: FieldComputer
        Returns the result type of the expression.
        Specified by:
        getReturnType in interface FieldComputer<Long>
        Returns:
        The result type of the expression.
      • toProperties

        public Map<String,​String> toProperties()
        Deprecated.
        This method is a default implementation that uses java serialization and it is discouraged. All implementation should provide a more specific set of properties.
        Specified by:
        toProperties in interface Descriptor