Uses of Interface
org.apache.drill.exec.physical.rowSet.RowSet
Packages that use RowSet
Package
Description
Provides a set of tools to work with row sets.
-
Uses of RowSet in org.apache.drill.exec.physical.impl.validate
Methods in org.apache.drill.exec.physical.impl.validate with parameters of type RowSet -
Uses of RowSet in org.apache.drill.exec.physical.rowSet
Subinterfaces of RowSet in org.apache.drill.exec.physical.rowSetModifier and TypeInterfaceDescriptionstatic interfaceSingle row set which is empty and allows writing.static interfaceRow set comprised of multiple single row sets, along with an indirection vector (SV4).static interfaceRow set that manages a single batch of rows.Classes in org.apache.drill.exec.physical.rowSet that implement RowSetModifier and TypeClassDescriptionclassBasic implementation of a row set for both the single and multiple (hyper) varieties, both the fixed and extensible varieties.classBase class for row sets backed by a single record batch.classImplementation of a single row set with no indirection (selection) vector.classImplements a row set wrapper around a collection of "hyper vectors." A hyper-vector is a logical vector formed by a series of physical vectors stacked on top of one another.classSingle row set coupled with an indirection (selection) vector, specifically an SV2.Methods in org.apache.drill.exec.physical.rowSet that return RowSetModifier and TypeMethodDescriptionstatic RowSetRowSetBuilder.emptyBatch(BufferAllocator allocator, TupleMetadata schema) static RowSetRowSets.wrap(BatchAccessor batch) static RowSetRowSets.wrap(RecordBatch batch) static RowSetRowSets.wrap(VectorContainer container) Methods in org.apache.drill.exec.physical.rowSet with parameters of type RowSetConstructors in org.apache.drill.exec.physical.rowSet with parameters of type RowSet