Closed sjperkins closed 5 months ago
ShapeProvider::nDim() methods were calling TableColumn::columnDesc(). Even though this returned a ColumnDesc &, creation and destruction of ColumnDesc objects were triggered internally. This change avoids this.
ShapeProvider::nDim()
TableColumn::columnDesc()
ColumnDesc &
ColumnDesc
ShapeProvider::nDim()
methods were callingTableColumn::columnDesc()
. Even though this returned aColumnDesc &
, creation and destruction ofColumnDesc
objects were triggered internally. This change avoids this.