MCPcopy Create free account
hub / github.com/apache/impala / Set

Method Set

be/src/kudu/util/easy_json.cc:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119EasyJson EasyJson::Set(const string& key, const string& val) {
120 return (Get(key) = val);
121}
122template<typename T>
123EasyJson EasyJson::Set(const string& key, T val) {
124 return (Get(key) = val);

Callers 4

ThreadPathHandlerMethod · 0.45
~JWKSMgrMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36