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

Method IsHashTable

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

Source from the content-addressed store, hash-verified

282 };
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:

Callers 4

IsHashTableMethod · 0.45
InternalRowKeyMethod · 0.45
InternalRowKeyMethod · 0.45
InternalRowKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected