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

Method GetStringValInterpreted

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

Source from the content-addressed store, hash-verified

74}
75
76StringVal NullLiteral::GetStringValInterpreted(
77 ScalarExprEvaluator* eval, const TupleRow* row) const {
78 DCHECK(type_.IsStringType()) << type_;
79 return StringVal::null();
80}
81
82TimestampVal NullLiteral::GetTimestampValInterpreted(
83 ScalarExprEvaluator* eval, const TupleRow* row) const {

Callers

nothing calls this directly

Calls 1

IsStringTypeMethod · 0.80

Tested by

no test coverage detected