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

Method DebugString

be/src/exprs/compound-predicates.cc:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44string AndPredicate::DebugString() const {
45 stringstream out;
46 out << "AndPredicate(" << ScalarExpr::DebugString() << ")";
47 return out.str();
48}
49
50// (<> || true) is true, (false || NULL) is NULL
51BooleanVal OrPredicate::GetBooleanValInterpreted(

Callers

nothing calls this directly

Calls 2

DebugStringFunction · 0.70
strMethod · 0.45

Tested by

no test coverage detected