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

Method GetTimestamp

src/sdk/read_impl.cc:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39void RowReaderImpl::SetTimestamp(int64_t ts) { SetTimeRange(ts, ts); }
40
41int64_t RowReaderImpl::GetTimestamp() { return ts_start_; }
42
43void RowReaderImpl::AddColumnFamily(const std::string& cf_name) { family_map_[cf_name].clear(); }
44

Callers 4

ReadCallbackMethod · 0.45
GlobalTxnMethod · 0.45
InternalCommitMethod · 0.45
InternalCommitPhase2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected