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

Method GetExpireStatus

src/storage/mem_table.h:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 bool IsExpire(const ::fedb::api::LogEntry& entry) override;
225
226 inline bool GetExpireStatus() {
227 return enable_gc_.load(std::memory_order_relaxed);
228 }
229
230 inline void RecordCntIncr() {
231 record_cnt_.fetch_add(1, std::memory_order_relaxed);

Callers 1

GetTableStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected