13 throw cms::Exception(
"LogicError",
"Mismatch in adding extension");
14 for (
unsigned int i = 0,
n =
other.nColumns();
i <
n; ++
i) {
15 switch (
other.columnType(
i)) {
31 if (column >= nColumns())
33 switch (columnType(column)) {
35 return *(beginData<float>(column) + row);
37 return *(beginData<int>(column) + row);
39 return *(beginData<uint8_t>(column) + row);
41 return *(beginData<uint8_t>(column) + row);