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

Method PrevRowCompare

be/src/exec/analytic-eval-node.cc:602–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602inline bool AnalyticEvalNode::PrevRowCompare(
603 ScalarExprEvaluator* pred_eval, const TupleRow* child_tuple_cmp_row) {
604 DCHECK(pred_eval != nullptr);
605 BooleanVal result = pred_eval->GetBooleanVal(child_tuple_cmp_row);
606 DCHECK(!result.is_null);
607 return result.val;
608}
609
610Status AnalyticEvalNode::ProcessChildBatches(RuntimeState* state) {
611 // Consume child batches until eos or there are enough rows to return more than an

Callers

nothing calls this directly

Calls 1

GetBooleanValMethod · 0.80

Tested by

no test coverage detected