Uses of Interface
org.apache.drill.exec.physical.rowSet.RowSet.SingleRowSet
Packages that use 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
Subinterfaces of RowSet.SingleRowSet in org.apache.drill.exec.physical.rowSetModifier and TypeInterfaceDescriptionstatic interface
Single row set which is empty and allows writing.Classes in org.apache.drill.exec.physical.rowSet that implement RowSet.SingleRowSetModifier 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.Methods in org.apache.drill.exec.physical.rowSet that return RowSet.SingleRowSetModifier 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) Methods in org.apache.drill.exec.physical.rowSet with parameters of type RowSet.SingleRowSetModifier 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)