Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ TupleRowTupleIsNull
Function
TupleRowTupleIsNull
be/src/exprs/tuple-is-null-predicate-ir.cc:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
namespace impala {
21
bool TupleRowTupleIsNull(const TupleRow* row, int index) {
22
return row->GetTuple(index) == nullptr;
23
}
24
}
Callers
nothing calls this directly
Calls
1
GetTuple
Method · 0.45
Tested by
no test coverage detected