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

Function DebugString

be/src/exprs/conditional-functions.h:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 virtual Status GetCodegendComputeFnImpl(LlvmCodeGen* codegen, llvm::Function** fn)
79 override WARN_UNUSED_RESULT;
80 virtual std::string DebugString() const override {
81 return ScalarExpr::DebugString("IsNullExpr");
82 }
83
84 protected:
85 friend class ScalarExpr;

Callers 15

DebugStringMethod · 0.70
DebugStringMethod · 0.70
DebugStringMethod · 0.70
DebugStringMethod · 0.70
DebugStringMethod · 0.70
DebugStringMethod · 0.70
DebugStringMethod · 0.70
InterpretEvalMethod · 0.70
DebugStringMethod · 0.70
DebugStringMethod · 0.70
DebugStringMethod · 0.70
DebugStringMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected