Uses of Class
org.apache.drill.exec.physical.rowSet.AbstractRowSet
Package
Description
Provides a set of tools to work with row sets.
-
Uses of AbstractRowSet in org.apache.drill.exec.physical.rowSet
Modifier and TypeClassDescriptionclass
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.