Uses of Class
org.apache.flink.table.expressions.ResolvedFieldReference
Packages that use ResolvedFieldReference
Package
Description
-
Uses of ResolvedFieldReference in org.apache.flink.table.legacy.sources
Methods in org.apache.flink.table.legacy.sources with parameters of type ResolvedFieldReferenceModifier and TypeMethodDescriptionFieldComputer.getExpression(ResolvedFieldReference[] fieldAccesses) Deprecated.Returns theExpressionthat computes the value of the field. -
Uses of ResolvedFieldReference in org.apache.flink.table.sources.tsextractors
Methods in org.apache.flink.table.sources.tsextractors that return ResolvedFieldReferenceModifier and TypeMethodDescriptionstatic ResolvedFieldReference[]TimestampExtractorUtils.getAccessedFields(TimestampExtractor timestampExtractor, DataType physicalInputType, Function<String, String> nameRemapping) Retrieves all field accesses needed for the givenTimestampExtractor.