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

Method GetSmallIntVal

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

Source from the content-addressed store, hash-verified

405}
406
407SmallIntVal ScalarExprEvaluator::GetSmallIntVal(const TupleRow* row) {
408 return root_.GetSmallIntVal(this, row);
409}
410
411IntVal ScalarExprEvaluator::GetIntVal(const TupleRow* row) {
412 return root_.GetIntVal(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