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

Method GetHashMethod

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

Source from the content-addressed store, hash-verified

657 virtual bool IsHashTable() { return impl_->IsHashTable(); }
658
659 virtual std::function<std::string(const std::string&)> GetHashMethod() {
660 return impl_->GetHashMethod();
661 }
662
663 virtual bool GetTablet(const std::string& row_key, std::string* tablet) override {
664 return impl_->GetTablet(row_key, tablet);

Callers

nothing calls this directly

Calls 1

GetHashMethodMethod · 0.45

Tested by

no test coverage detected