Class ResolvedFieldReference
java.lang.Object
org.apache.flink.table.expressions.ResolvedFieldReference
A reference to a field in an input which has been resolved.
Note: This interface is added as a temporary solution. It is used to keep api compatible for
FieldComputer. In the long term, this interface can be removed.
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedFieldReference(String name, org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType, int fieldIndex) -
Method Summary
Modifier and TypeMethodDescriptionintname()org.apache.flink.api.common.typeinfo.TypeInformation<?>
-
Constructor Details
-
ResolvedFieldReference
public ResolvedFieldReference(String name, org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType, int fieldIndex)
-
-
Method Details
-
resultType
public org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType() -
name
-
fieldIndex
public int fieldIndex()
-