| 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 |
AbstractSingleRowSet
Base class for row sets backed by a single record batch.
|
class |
DirectRowSet
Implementation of a single row set with no indirection (selection)
vector.
|
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.
|
class |
IndirectRowSet
Single row set coupled with an indirection (selection) vector,
specifically an SV2.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.