Uses of Class
org.apache.drill.exec.work.filter.BloomFilterDef
Packages that use BloomFilterDef
-
Uses of BloomFilterDef in org.apache.drill.exec.physical.impl.join
Fields in org.apache.drill.exec.physical.impl.join with type parameters of type BloomFilterDefModifier and TypeFieldDescriptionprotected final Map<BloomFilterDef, Integer> AbstractHashBinaryRecordBatch.bloomFilterDef2buildId -
Uses of BloomFilterDef in org.apache.drill.exec.work.filter
Methods in org.apache.drill.exec.work.filter that return types with arguments of type BloomFilterDefMethod parameters in org.apache.drill.exec.work.filter with type arguments of type BloomFilterDefModifier and TypeMethodDescriptionvoidRuntimeFilterDef.setBloomFilterDefs(List<BloomFilterDef> bloomFilterDefs) Constructor parameters in org.apache.drill.exec.work.filter with type arguments of type BloomFilterDefModifierConstructorDescriptionRuntimeFilterDef(boolean generateBloomFilter, boolean generateMinMaxFilter, List<BloomFilterDef> bloomFilterDefs, boolean sendToForeman, long runtimeFilterIdentifier)