Uses of Class
org.apache.drill.exec.physical.resultSet.model.BaseTupleModel.BaseColumnModel
Packages that use 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
Methods in org.apache.drill.exec.physical.resultSet.model with parameters of type BaseTupleModel.BaseColumnModelModifier and TypeMethodDescriptionprotected voidBaseTupleModel.addBaseColumn(BaseTupleModel.BaseColumnModel column) Perform the work of keeping the list of columns and schema in-sync as columns are added.