* \brief Replace the interval attribute for the formula strings */
| 3290 | * \brief Replace the interval attribute for the formula strings |
| 3291 | */ |
| 3292 | void ColumnPrivate::replaceFormulas(const IntervalAttribute<QString>& formulas) { |
| 3293 | m_formulas = formulas; |
| 3294 | } |
| 3295 | |
| 3296 | void ColumnPrivate::calculateStatistics() { |
| 3297 | PERFTRACE(QStringLiteral("calculate column statistics")); |