MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / isMaxTTLExpired

Method isMaxTTLExpired

src/Processors/TTL/ITTLAlgorithm.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 1

TTLTransformMethod · 0.80

Calls 1

isTTLExpiredFunction · 0.85

Tested by

no test coverage detected