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

Method GetTimestampVal

be/src/exprs/scalar-expr-evaluator.cc:439–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439TimestampVal ScalarExprEvaluator::GetTimestampVal(const TupleRow* row) {
440 return root_.GetTimestampVal(this, row);
441}
442
443DecimalVal ScalarExprEvaluator::GetDecimalVal(const TupleRow* row) {
444 return root_.GetDecimalVal(this, row);

Callers 3

GetValueMethod · 0.80
GetChildValMethod · 0.80
FOREACH_ROW_LIMITFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected