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 TypeClassDescriptionclass
AbstractHashBinaryRecordBatch<T extends PhysicalOperator>
Base class for the runtime execution implementation of the Hash-Join and Hash-SetOp operatorclass
Implements the runtime execution for the Hash-Join operator supporting INNER, LEFT OUTER, RIGHT OUTER, and FULL OUTER joinsclass
RecordBatch implementation for the lateral join operator.class
A 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 TypeClassDescriptionclass
Terminal 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 TypeClassDescriptionclass
Implements 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