Uses of Interface
org.apache.drill.exec.physical.rowSet.RowSet.SingleRowSet
Package
Description
Provides a set of tools to work with row sets.
-
Uses of RowSet.SingleRowSet in org.apache.drill.exec.physical.rowSet
Modifier and TypeInterfaceDescriptionstatic interface
Single row set which is empty and allows writing.Modifier and TypeClassDescriptionclass
Base class for row sets backed by a single record batch.class
Implementation of a single row set with no indirection (selection) vector.class
Single row set coupled with an indirection (selection) vector, specifically an SV2.Modifier and TypeMethodDescriptionRowSetBuilder.build()
RowSetWriter.done()
Finish writing and finalize the row set being written.RowSetWriterImpl.done()
DirectRowSet.toIndirect()
DirectRowSet.toIndirect
(Set<Integer> skipIndices) IndirectRowSet.toIndirect()
IndirectRowSet.toIndirect
(Set<Integer> skipIndices) RowSet.SingleRowSet.toIndirect()
RowSet.SingleRowSet.toIndirect
(Set<Integer> skipIndices) Modifier and TypeMethodDescriptionvoid
HyperRowSetImpl.HyperRowSetBuilderImpl.addBatch
(RowSet.SingleRowSet rowSet) void
RowSet.HyperRowSetBuilder.addBatch
(RowSet.SingleRowSet rowSet) static RowSet.HyperRowSet
HyperRowSetImpl.fromRowSets
(BufferAllocator allocator, RowSet.SingleRowSet... rowSets)