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 interface
Single row set which is empty and allows writing.static interface
Row set comprised of multiple single row sets, along with an indirection vector (SV4).static interface
Row set that manages a single batch of rows.Classes in org.apache.drill.exec.physical.rowSet that implement RowSetModifier and TypeClassDescriptionclass
Basic implementation of a row set for both the single and multiple (hyper) varieties, both the fixed and extensible varieties.class
Base class for row sets backed by a single record batch.class
Implementation of a single row set with no indirection (selection) vector.class
Implements 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.class
Single row set coupled with an indirection (selection) vector, specifically an SV2.Methods in org.apache.drill.exec.physical.rowSet that return RowSetModifier and TypeMethodDescriptionstatic RowSet
RowSetBuilder.emptyBatch
(BufferAllocator allocator, TupleMetadata schema) static RowSet
RowSets.wrap
(BatchAccessor batch) static RowSet
RowSets.wrap
(RecordBatch batch) static RowSet
RowSets.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