Class ResolvedFieldReference

java.lang.Object
org.apache.flink.table.expressions.ResolvedFieldReference

@PublicEvolving public class ResolvedFieldReference extends Object
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 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

      public String name()
    • fieldIndex

      public int fieldIndex()