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

Function DebugActionVerifyOnly

be/src/util/debug-util.h:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189WARN_UNUSED_RESULT static inline Status DebugActionVerifyOnly(const string& debug_action){
190 if (LIKELY(debug_action.empty())) return Status::OK();
191 return DebugAction(debug_action, "", std::vector<string>(), true);
192}
193
194/// Map of exception string to the exception throwing function which is used when
195/// executing the EXCEPTION debug action.

Callers 1

SetQueryOptionMethod · 0.85

Calls 3

OKFunction · 0.85
DebugActionFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected