MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / SetMakeSnapshotTime

Method SetMakeSnapshotTime

src/storage/table.h:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 void SetTTL(const ::fedb::storage::UpdateTTLMeta& ttl_meta);
195
196 inline void SetMakeSnapshotTime(int64_t time) {
197 last_make_snapshot_time_ = time;
198 }
199
200 inline int64_t GetMakeSnapshotTime() { return last_make_snapshot_time_; }
201

Callers 1

MakeSnapshotInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected