| 34 | |
| 35 | bool isMinTTLExpired() const { return force || isTTLExpired(old_ttl_info.min); } |
| 36 | bool isMaxTTLExpired() const { return isTTLExpired(old_ttl_info.max); } |
| 37 | |
| 38 | /** This function is needed to avoid a conflict between already calculated columns and columns that needed to execute TTL. |
| 39 | * If result column is absent in block, all required columns are copied to new block and expression is executed on new block. |
no test coverage detected