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

Method GetHashMethod

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

Source from the content-addressed store, hash-verified

283
284 bool IsHashTable() override { return is_hash_table_.load(); }
285 std::function<std::string(const std::string&)> GetHashMethod() override { return hash_method_; }
286
287 private:
288 bool ScanTabletNode(const TabletMeta& tablet_meta, const std::string& key_start,

Callers 5

GetHashMethodMethod · 0.45
InternalRowKeyMethod · 0.45
InternalRowKeyMethod · 0.45
InternalRowKeyMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36