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 interfaceSingle row set which is empty and allows writing.Classes in org.apache.drill.exec.physical.rowSet that implement RowSet.SingleRowSetModifier and TypeClassDescriptionclassBase class for row sets backed by a single record batch.classImplementation of a single row set with no indirection (selection) vector.classSingle 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 TypeMethodDescriptionvoidHyperRowSetImpl.HyperRowSetBuilderImpl.addBatch(RowSet.SingleRowSet rowSet) voidRowSet.HyperRowSetBuilder.addBatch(RowSet.SingleRowSet rowSet) static RowSet.HyperRowSetHyperRowSetImpl.fromRowSets(BufferAllocator allocator, RowSet.SingleRowSet... rowSets)