MCPcopy Create free account
hub / github.com/baidu/tera / SetTimeToLive

Method SetTimeToLive

src/sdk/schema_impl.cc:42–42  ·  view source on GitHub ↗

历史版本保留时间, 不设置时为-1, 表示无限大永久保存

Source from the content-addressed store, hash-verified

40
41/// 历史版本保留时间, 不设置时为-1, 表示无限大永久保存
42void CFDescImpl::SetTimeToLive(int32_t ttl) { ttl_ = ttl; }
43
44int32_t CFDescImpl::TimeToLive() const { return ttl_; }
45

Callers 3

CreateTableFunction · 0.80
TableSchemaToDescFunction · 0.80
SetCfPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected