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

Method set_name

be/src/util/runtime-profile.h:615–615  ·  view source on GitHub ↗

only call this on top-level profiles (because it doesn't re-file child profiles)

Source from the content-addressed store, hash-verified

613 /// *only call this on top-level profiles*
614 /// (because it doesn't re-file child profiles)
615 void set_name(const std::string& name) { name_ = name; }
616
617 /// Called if this corresponds to a plan node. Sets metadata so that later code that
618 /// analyzes the profile can identify this as the plan node's profile.

Callers 11

DumpToPBMethod · 0.80
TEST_PFunction · 0.80
MakeBackendDescriptorFunction · 0.80
BuildBackendDescriptorFunction · 0.80
ClientRequestStateMethod · 0.80
ExecAndFetchMethod · 0.80
SetExecutorGroupsFunction · 0.80

Calls

no outgoing calls

Tested by 5

TEST_PFunction · 0.64
MakeBackendDescriptorFunction · 0.64
BuildBackendDescriptorFunction · 0.64