Uses of Class
org.apache.drill.exec.work.filter.BloomFilter
Packages that use BloomFilter
-
Uses of BloomFilter in org.apache.drill.exec.physical.impl.join
Fields in org.apache.drill.exec.physical.impl.join with type parameters of type BloomFilterModifier and TypeFieldDescriptionprotected final Map<BloomFilter, Integer> AbstractHashBinaryRecordBatch.bloomFilter2buildIdprotected final List<BloomFilter> AbstractHashBinaryRecordBatch.bloomFilters -
Uses of BloomFilter in org.apache.drill.exec.work.filter
Methods in org.apache.drill.exec.work.filter that return types with arguments of type BloomFilterMethods in org.apache.drill.exec.work.filter with parameters of type BloomFilterModifier and TypeMethodDescriptionvoidBloomFilter.or(BloomFilter other) Merge this bloom filter with other oneMethod parameters in org.apache.drill.exec.work.filter with type arguments of type BloomFilterModifier and TypeMethodDescriptionvoidRuntimeFilterReporter.sendOut(List<BloomFilter> bloomFilters, List<String> probeFields, RuntimeFilterDef runtimeFilterDef, int hashJoinOpId)