MCPcopy 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
20namespace impala {
21bool TupleRowTupleIsNull(const TupleRow* row, int index) {
22 return row->GetTuple(index) == nullptr;
23}
24}

Callers

nothing calls this directly

Calls 1

GetTupleMethod · 0.45

Tested by

no test coverage detected