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

Method GetStringVal

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

Source from the content-addressed store, hash-verified

425}
426
427StringVal ScalarExprEvaluator::GetStringVal(const TupleRow* row) {
428 return root_.GetStringVal(this, row);
429}
430
431CollectionVal ScalarExprEvaluator::GetCollectionVal(const TupleRow* row) {
432 return root_.GetCollectionVal(this, row);

Callers 9

GetValueMethod · 0.80
GetChildValMethod · 0.80
FOREACH_ROW_LIMITFunction · 0.80
GetPartitionInfoMethod · 0.80
GetDeleteRecordMethod · 0.80
AppendRowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected