Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ DebugString
Method
DebugString
be/src/exprs/is-not-empty-predicate.cc:137–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
string IsNotEmptyPredicate::DebugString() const {
138
return ScalarExpr::DebugString(
"IsNotEmptyPredicate"
);
139
}
140
141
} // namespace impala
Callers
nothing calls this directly
Calls
1
DebugString
Function · 0.70
Tested by
no test coverage detected