Uses of Class
org.apache.drill.exec.physical.resultSet.model.BaseTupleModel.BaseColumnModel
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 BaseTupleModel.BaseColumnModel in org.apache.drill.exec.physical.resultSet.model
Modifier and TypeMethodDescriptionprotected void
BaseTupleModel.addBaseColumn
(BaseTupleModel.BaseColumnModel column) Perform the work of keeping the list of columns and schema in-sync as columns are added.