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

Method IncrRowsReturned

be/src/runtime/buffered-tuple-stream.cc:1210–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208}
1209
1210void BufferedTupleStream::ReadIterator::IncrRowsReturned(int64_t rows) {
1211 rows_returned_ += rows;
1212 read_page_rows_returned_ += rows;
1213}
1214
1215string BufferedTupleStream::ReadIterator::DebugString(const list<Page>& pages) const {
1216 stringstream ss;

Callers 2

Calls

no outgoing calls

Tested by 1