Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
string 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
DebugString
Function · 0.70
str
Method · 0.45
Tested by
no test coverage detected