Class 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 Detail

      • ResolvedFieldReference

        public ResolvedFieldReference​(String name,
                                      org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType,
                                      int fieldIndex)
    • Method Detail

      • resultType

        public org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType()
      • fieldIndex

        public int fieldIndex()