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

Method DebugString

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

Source from the content-addressed store, hash-verified

109 virtual Status GetCodegendComputeFnImpl(LlvmCodeGen* codegen, llvm::Function** fn)
110 override WARN_UNUSED_RESULT;
111 virtual std::string DebugString() const override {
112 return ScalarExpr::DebugString("CoalesceExpr");
113 }
114
115 protected:
116 friend class ScalarExpr;

Callers

nothing calls this directly

Calls 1

DebugStringFunction · 0.70

Tested by

no test coverage detected