Uses of Interface
org.apache.drill.exec.physical.resultSet.model.TupleModel
Package
Description
The "row set model" provides a "dual" of the vector structure used to create,
allocate and work with a collection of vectors.
-
Uses of TupleModel in org.apache.drill.exec.physical.resultSet.model
Modifier and TypeInterfaceDescriptionstatic interface
Tuple-model interface for the top-level row (tuple) structure.Modifier and TypeClassDescriptionclass
Base implementation for a tuple model which is common to the "single" and "hyper" cases.