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

Method Get

src/sdk/table_impl.h:576–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574 return impl_->Append(row_key, family, qualifier, value, err);
575 }
576 virtual void Get(RowReader* row_reader) { impl_->Get(row_reader); }
577 virtual void Get(const std::vector<RowReader*>& row_readers) { impl_->Get(row_readers); }
578 virtual bool Get(const std::string& row_key, const std::string& family,
579 const std::string& qualifier, std::string* value, ErrorCode* err) {

Callers 2

IsPutFinishedMethod · 0.45
IsGetFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected