Uses of Interface
org.apache.drill.exec.physical.rowSet.RowSet.HyperRowSet
Package
Description
Provides a set of tools to work with row sets.
-
Uses of RowSet.HyperRowSet in org.apache.drill.exec.physical.rowSet
Modifier and TypeClassDescriptionclass
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.Modifier and TypeMethodDescriptionHyperRowSetImpl.HyperRowSetBuilderImpl.build()
RowSet.HyperRowSetBuilder.build()
static RowSet.HyperRowSet
HyperRowSetImpl.fromContainer
(VectorContainer container, SelectionVector4 sv4) static RowSet.HyperRowSet
HyperRowSetImpl.fromRowSets
(BufferAllocator allocator, RowSet.SingleRowSet... rowSets)