Uses of Class
org.apache.drill.exec.physical.impl.join.AbstractHashBinaryRecordBatch
Package
Description
-
Uses of AbstractHashBinaryRecordBatch in org.apache.drill.exec.physical.impl.join
Modifier and TypeClassDescriptionclass
Implements the runtime execution for the Hash-Join operator supporting INNER, LEFT OUTER, RIGHT OUTER, and FULL OUTER joinsModifier and TypeFieldDescriptionprotected AbstractHashBinaryRecordBatch<T>
ProbeTemplate.outgoingBatch
-
Uses of AbstractHashBinaryRecordBatch in org.apache.drill.exec.physical.impl.setop
Modifier and TypeClassDescriptionclass
Implements the runtime execution for the Hash-SetOp operator supporting EXCEPT, EXCEPT ALL, INTERSECT, and INTERSECT ALL