Uses of Interface
org.apache.drill.exec.physical.resultSet.model.TupleModel
Packages that use 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
Subinterfaces of TupleModel in org.apache.drill.exec.physical.resultSet.modelModifier and TypeInterfaceDescriptionstatic interface
Tuple-model interface for the top-level row (tuple) structure.Classes in org.apache.drill.exec.physical.resultSet.model that implement TupleModelModifier and TypeClassDescriptionclass
Base implementation for a tuple model which is common to the "single" and "hyper" cases.Methods in org.apache.drill.exec.physical.resultSet.model that return TupleModel