Class AbstractRecordBatch<T extends PhysicalOperator>

java.lang.Object
org.apache.drill.exec.record.AbstractRecordBatch<T>
All Implemented Interfaces:
AutoCloseable, Iterable<VectorWrapper<?>>, CloseableRecordBatch, RecordBatch, VectorAccessible
Direct Known Subclasses:
AbstractBinaryRecordBatch, AbstractUnaryRecordBatch, ExternalSortBatch, HashAggBatch, MergingRecordBatch, OrderedPartitionRecordBatch, ProducerConsumerBatch, RowKeyJoinBatch, SortBatch, StatisticsWriterRecordBatch, StreamingAggBatch, TopNBatch, WindowFrameRecordBatch, WriterRecordBatch

public abstract class AbstractRecordBatch<T extends PhysicalOperator> extends Object implements CloseableRecordBatch