Uses of Class
org.apache.flink.table.legacy.sources.tsextractors.TimestampExtractor
Packages that use TimestampExtractor
Package
Description
-
Uses of TimestampExtractor in org.apache.flink.table.legacy.descriptors
Methods in org.apache.flink.table.legacy.descriptors with parameters of type TimestampExtractorModifier and TypeMethodDescriptionRowtime.timestampsFromExtractor(TimestampExtractor extractor) Deprecated.Sets a custom timestamp extractor to be used for the rowtime attribute. -
Uses of TimestampExtractor in org.apache.flink.table.legacy.sources
Methods in org.apache.flink.table.legacy.sources that return TimestampExtractorModifier and TypeMethodDescriptionRowtimeAttributeDescriptor.getTimestampExtractor()Deprecated.Returns the [[TimestampExtractor]] for the attribute.Constructors in org.apache.flink.table.legacy.sources with parameters of type TimestampExtractorModifierConstructorDescriptionRowtimeAttributeDescriptor(String attributeName, TimestampExtractor timestampExtractor, WatermarkStrategy watermarkStrategy) Deprecated. -
Uses of TimestampExtractor in org.apache.flink.table.sources.tsextractors
Methods in org.apache.flink.table.sources.tsextractors with parameters of type TimestampExtractorModifier and TypeMethodDescriptionstatic ResolvedFieldReference[]TimestampExtractorUtils.getAccessedFields(TimestampExtractor timestampExtractor, DataType physicalInputType, Function<String, String> nameRemapping) Retrieves all field accesses needed for the givenTimestampExtractor.