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

Function TokenizeDebugActionParams

be/src/util/debug-util.cc:394–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394vector<string> TokenizeDebugActionParams(const string& action) {
395 vector<string> tokens;
396 split(tokens, action, is_any_of("@"), token_compress_on);
397 return tokens;
398}
399
400/// Helper to DebugActionImpl(). Given a probability as a string (e.g. "0.3"),
401/// determine whether the action should be executed, as returned in 'should_execute'.

Callers 2

GetDebugActionMethod · 0.85
DebugActionImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected