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

Method DebugString

be/src/exprs/null-literal.cc:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130string NullLiteral::DebugString() const {
131 stringstream out;
132 out << "NullLiteral(" << ScalarExpr::DebugString() << ")";
133 return out.str();
134}
135
136}

Callers

nothing calls this directly

Calls 2

DebugStringFunction · 0.70
strMethod · 0.45

Tested by

no test coverage detected