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

Method DebugString

be/src/exprs/case-expr.cc:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81string CaseExpr::DebugString() const {
82 stringstream out;
83 out << "CaseExpr(has_case_expr=" << has_case_expr_
84 << " has_else_expr=" << has_else_expr_
85 << " " << ScalarExpr::DebugString() << ")";
86 return out.str();
87}
88
89// Sample IR output when there is a case expression and else expression
90// define i16 @CaseExpr(%"class.impala::ScalarExprEvaluator"* %context,

Callers

nothing calls this directly

Calls 2

DebugStringFunction · 0.70
strMethod · 0.45

Tested by

no test coverage detected