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

Method current_row

be/src/exec/subplan-node.h:88–88  ·  view source on GitHub ↗

Returns the current row from child(0) or NULL if no rows from child(0) have been retrieved yet (GetNext() has not yet been called). This function is called by singular-row-src and unnest nodes while evaluating child(1).

Source from the content-addressed store, hash-verified

86 /// retrieved yet (GetNext() has not yet been called). This function is called by
87 /// singular-row-src and unnest nodes while evaluating child(1).
88 TupleRow* current_row() const { return current_input_row_; }
89
90 /// Current row batch used to get rows from our first child.
91 boost::scoped_ptr<RowBatch> input_batch_;

Callers 2

OpenMethod · 0.45
GetNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected