Interface CloseableRecordBatch

All Superinterfaces:
AutoCloseable, Iterable<VectorWrapper<?>>, RecordBatch, VectorAccessible
All Known Implementing Classes:
AbstractBinaryRecordBatch, AbstractHashBinaryRecordBatch, AbstractRecordBatch, AbstractSingleRecordBatch, AbstractTableFunctionRecordBatch, AbstractUnaryRecordBatch, DrillRecordReader, ExternalSortBatch, FilterRecordBatch, FlattenRecordBatch, HashAggBatch, HashJoinBatch, HashSetOpRecordBatch, InsertWriterRecordBatch, IteratorValidatorBatchIterator, LateralJoinBatch, LimitRecordBatch, MergeJoinBatch, MergingRecordBatch, MetadataControllerBatch, MetadataHandlerBatch, MetadataHashAggBatch, MetadataStreamAggBatch, NestedLoopJoinBatch, OperatorRecordBatch, OrderedPartitionRecordBatch, PartitionLimitRecordBatch, ProducerConsumerBatch, ProjectRecordBatch, RangePartitionRecordBatch, RemovingRecordBatch, RowKeyJoinBatch, RuntimeFilterRecordBatch, ScanBatch, SchemalessBatch, SortBatch, SpilledRecordBatch, StatisticsAggBatch, StatisticsMergeBatch, StatisticsWriterRecordBatch, StreamingAggBatch, TopNBatch, TraceRecordBatch, UnionAllRecordBatch, UnnestRecordBatch, UnorderedReceiverBatch, UnpivotMapsRecordBatch, WindowFrameRecordBatch, WriterRecordBatch

public interface CloseableRecordBatch extends RecordBatch, AutoCloseable