Uses of Interface
org.apache.drill.exec.physical.resultSet.model.TupleModel.ColumnModel
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.ColumnModel in org.apache.drill.exec.physical.resultSet.model
Modifier and TypeFieldDescriptionprotected final List<TupleModel.ColumnModel>
BaseTupleModel.columns
Columns within the tuple.ModifierConstructorDescriptionBaseTupleModel
(TupleMetadata schema, List<TupleModel.ColumnModel> columns)