Class HashJoinIteratorBase

    • Constructor Detail

      • HashJoinIteratorBase

        public HashJoinIteratorBase()
    • Method Detail

      • getHashJoin

        public <BT,​PT> MutableHashTable<BT,​PT> getHashJoin​(org.apache.flink.api.common.typeutils.TypeSerializer<BT> buildSideSerializer,
                                                                       org.apache.flink.api.common.typeutils.TypeComparator<BT> buildSideComparator,
                                                                       org.apache.flink.api.common.typeutils.TypeSerializer<PT> probeSideSerializer,
                                                                       org.apache.flink.api.common.typeutils.TypeComparator<PT> probeSideComparator,
                                                                       org.apache.flink.api.common.typeutils.TypePairComparator<PT,​BT> pairComparator,
                                                                       MemoryManager memManager,
                                                                       IOManager ioManager,
                                                                       AbstractInvokable ownerTask,
                                                                       double memoryFraction,
                                                                       boolean useBloomFilters)
                                                                throws MemoryAllocationException
        Throws:
        MemoryAllocationException