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

Method DebugOptions

be/src/runtime/debug-options.cc:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29using namespace boost;
30
31DebugOptions::DebugOptions(const TQueryOptions& query_options)
32 : DebugOptions(query_options.__isset.debug_action ? query_options.debug_action : "") {
33}
34
35DebugOptions::DebugOptions(const string& debug_action)
36 : instance_idx_(-1),

Callers

nothing calls this directly

Calls 4

TokenizeDebugActionsFunction · 0.85
SubstituteFunction · 0.85
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected