Class InternalBatch
java.lang.Object
org.apache.drill.exec.physical.impl.aggregate.InternalBatch
- All Implemented Interfaces:
- Iterable<VectorWrapper<?>>
- 
Constructor SummaryConstructorsConstructorDescriptionInternalBatch(RecordBatch incoming, OperatorContext oContext) InternalBatch(RecordBatch incoming, VectorWrapper<?>[] ignoreWrappers, OperatorContext oContext) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
InternalBatch
- 
InternalBatchpublic InternalBatch(RecordBatch incoming, VectorWrapper<?>[] ignoreWrappers, OperatorContext oContext) 
 
- 
- 
Method Details- 
getSchema
- 
getSv2
- 
getSv4
- 
iterator- Specified by:
- iteratorin interface- Iterable<VectorWrapper<?>>
 
- 
clearpublic void clear()
- 
getValueAccessorById
- 
getContext
 
-