Uses of Class
org.apache.flink.table.legacy.sources.tsextractors.TimestampExtractor
-
Packages that use TimestampExtractor Package Description org.apache.flink.table.legacy.descriptors org.apache.flink.table.legacy.sources org.apache.flink.table.sources.tsextractors -
-
Uses of TimestampExtractor in org.apache.flink.table.legacy.descriptors
Methods in org.apache.flink.table.legacy.descriptors with parameters of type TimestampExtractor Modifier and Type Method Description RowtimeRowtime. 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 TimestampExtractor Modifier and Type Method Description TimestampExtractorRowtimeAttributeDescriptor. getTimestampExtractor()Deprecated.Returns the [[TimestampExtractor]] for the attribute.Constructors in org.apache.flink.table.legacy.sources with parameters of type TimestampExtractor Constructor Description RowtimeAttributeDescriptor(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 TimestampExtractor Modifier and Type Method Description static ResolvedFieldReference[]TimestampExtractorUtils. getAccessedFields(TimestampExtractor timestampExtractor, DataType physicalInputType, Function<String,String> nameRemapping)Retrieves all field accesses needed for the givenTimestampExtractor.
-