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

Method rows_returned

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

Returns the number of rows returned by this Node.

Source from the content-addressed store, hash-verified

312
313 /// Returns the number of rows returned by this Node.
314 int64_t rows_returned() const {
315 DCHECK(getExecutionModel() != NON_TASK_BASED_SYNC);
316 return num_rows_returned_;
317 }
318
319 /// Returns the number of rows returned by this Node. Thread safe version of
320 /// rows_returned().

Callers 6

DebugStateStringMethod · 0.45
InitNextPartitionMethod · 0.45
GetNextOutputBatchMethod · 0.45
NumOutputRowsReadyMethod · 0.45
GetNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected