Uses of Interface
org.apache.drill.exec.physical.rowSet.RowSet
Package
Description
Provides a set of tools to work with row sets.
-
Uses of RowSet in org.apache.drill.exec.physical.impl.validate
-
Uses of RowSet in org.apache.drill.exec.physical.rowSet
Modifier 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.Modifier 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.Modifier 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)