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

Method SetExecRequest

be/src/service/client-request-state.h:97–100  ·  view source on GitHub ↗

Initialize TExecRequest. Prior to this, exec_request() returns a place-holder.

Source from the content-addressed store, hash-verified

95
96 /// Initialize TExecRequest. Prior to this, exec_request() returns a place-holder.
97 void SetExecRequest(const TExecRequest* exec_request) {
98 DCHECK(exec_request_.Load()->stmt_type == TStmtType::UNKNOWN);
99 exec_request_.Store(exec_request);
100 }
101
102 /// Sets the profile that is produced by the frontend. The frontend creates the
103 /// profile during planning and returns it to the backend via TExecRequest,

Callers 3

RunFrontendPlannerMethod · 0.80
SetExternalPlanMethod · 0.80

Calls 2

LoadMethod · 0.45
StoreMethod · 0.45

Tested by

no test coverage detected