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

Method GetCollectionValInterpreted

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

Source from the content-addressed store, hash-verified

98}
99
100CollectionVal NullLiteral::GetCollectionValInterpreted(
101 ScalarExprEvaluator* eval, const TupleRow* row) const {
102 DCHECK(type_.IsCollectionType());
103 return CollectionVal::null();
104}
105
106// Generated IR for a bigint NULL literal:
107//

Callers

nothing calls this directly

Calls 1

IsCollectionTypeMethod · 0.80

Tested by

no test coverage detected