Class AbstractHashTableProber<PT,​BT>

    • Field Detail

      • probeTypeComparator

        protected final org.apache.flink.api.common.typeutils.TypeComparator<PT> probeTypeComparator
      • pairComparator

        protected final org.apache.flink.api.common.typeutils.TypePairComparator<PT,​BT> pairComparator
    • Constructor Detail

      • AbstractHashTableProber

        public AbstractHashTableProber​(org.apache.flink.api.common.typeutils.TypeComparator<PT> probeTypeComparator,
                                       org.apache.flink.api.common.typeutils.TypePairComparator<PT,​BT> pairComparator)
    • Method Detail

      • getMatchFor

        public abstract BT getMatchFor​(PT probeSideRecord,
                                       BT targetForMatch)
      • getMatchFor

        public abstract BT getMatchFor​(PT probeSideRecord)