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

Method GetIntVal

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

Source from the content-addressed store, hash-verified

409}
410
411IntVal ScalarExprEvaluator::GetIntVal(const TupleRow* row) {
412 return root_.GetIntVal(this, row);
413}
414
415BigIntVal ScalarExprEvaluator::GetBigIntVal(const TupleRow* row) {
416 return root_.GetBigIntVal(this, row);

Callers 5

GetValueMethod · 0.80
GetChildValMethod · 0.80
FOREACH_ROW_LIMITFunction · 0.80
GetPartitionInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected