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

Method AppendExecOption

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

Helper to append to the "ExecOption" info string.

Source from the content-addressed store, hash-verified

565
566 /// Helper to append to the "ExecOption" info string.
567 void AppendExecOption(const std::string& option) {
568 AppendInfoString("ExecOption", option);
569 }
570
571 /// Helper to append "Codegen Enabled" or "Codegen Disabled" exec options. If
572 /// specified, 'extra_info' is appended to the exec option, and 'extra_label'

Callers 11

CloseMethod · 0.80
CloseMethod · 0.80
SpillMethod · 0.80
SpillMethod · 0.80
CloseMethod · 0.80
CloseMethod · 0.80
PrepareMethod · 0.80
OpenMethod · 0.80
AddBatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected