| Package | Description |
|---|---|
| org.apache.drill.exec.physical.rowSet |
Provides a set of tools to work with row sets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HyperRowSetImpl
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 Type | Method and Description |
|---|---|
RowSet.HyperRowSet |
HyperRowSetImpl.HyperRowSetBuilderImpl.build() |
RowSet.HyperRowSet |
RowSet.HyperRowSetBuilder.build() |
static RowSet.HyperRowSet |
HyperRowSetImpl.fromContainer(VectorContainer container,
SelectionVector4 sv4) |
static RowSet.HyperRowSet |
HyperRowSetImpl.fromRowSets(BufferAllocator allocator,
RowSet.SingleRowSet... rowSets) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.