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

Method enabled

be/src/runtime/debug-options.h:47–47  ·  view source on GitHub ↗

True if a debug action is enabled.

Source from the content-addressed store, hash-verified

45
46 /// True if a debug action is enabled.
47 bool enabled() const { return phase_ != TExecNodePhase::INVALID; }
48
49 TDebugAction::type action() const { return action_; }
50 TExecNodePhase::type phase() const { return phase_; }

Callers 4

SetRpcParamsMethod · 0.45
FilterDebugStringMethod · 0.45
UpdateFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected