Uses of Class
org.apache.drill.exec.record.AbstractBinaryRecordBatch
Packages that use AbstractBinaryRecordBatch
Package
Description
-
Uses of AbstractBinaryRecordBatch in org.apache.drill.exec.physical.impl.join
Subclasses of AbstractBinaryRecordBatch in org.apache.drill.exec.physical.impl.joinModifier and TypeClassDescriptionclassAbstractHashBinaryRecordBatch<T extends PhysicalOperator>Base class for the runtime execution implementation of the Hash-Join and Hash-SetOp operatorclassImplements the runtime execution for the Hash-Join operator supporting INNER, LEFT OUTER, RIGHT OUTER, and FULL OUTER joinsclassRecordBatch implementation for the lateral join operator.classA join operator that merges two sorted streams using a record iterator.class -
Uses of AbstractBinaryRecordBatch in org.apache.drill.exec.physical.impl.metadata
Subclasses of AbstractBinaryRecordBatch in org.apache.drill.exec.physical.impl.metadataModifier and TypeClassDescriptionclassTerminal operator for producing ANALYZE statement. -
Uses of AbstractBinaryRecordBatch in org.apache.drill.exec.physical.impl.setop
Subclasses of AbstractBinaryRecordBatch in org.apache.drill.exec.physical.impl.setopModifier and TypeClassDescriptionclassImplements the runtime execution for the Hash-SetOp operator supporting EXCEPT, EXCEPT ALL, INTERSECT, and INTERSECT ALL -
Uses of AbstractBinaryRecordBatch in org.apache.drill.exec.physical.impl.union
Subclasses of AbstractBinaryRecordBatch in org.apache.drill.exec.physical.impl.union