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

Method GetDateValInterpreted

be/src/exprs/literal.cc:321–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321DateVal Literal::GetDateValInterpreted(
322 ScalarExprEvaluator* eval, const TupleRow* row) const {
323 DCHECK_EQ(type_.type, TYPE_DATE) << type_;
324 return value_.date_val.ToDateVal();
325}
326
327string Literal::DebugString() const {
328 stringstream out;

Callers

nothing calls this directly

Calls 1

ToDateValMethod · 0.80

Tested by

no test coverage detected