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

Method rows_read_counter

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

Source from the content-addressed store, hash-verified

128 RuntimeState* runtime_state() const { return runtime_state_; }
129 RuntimeProfile::Counter* bytes_read_counter() const { return bytes_read_counter_; }
130 RuntimeProfile::Counter* rows_read_counter() const { return rows_read_counter_; }
131 RuntimeProfile::Counter* collection_items_read_counter() const {
132 return collection_items_read_counter_;
133 }

Callers 13

GetNextScannerBatchMethod · 0.80
ProcessRangeMethod · 0.80
ProcessRangeMethod · 0.80
GetNextInternalMethod · 0.80
AssembleRowsMethod · 0.80
GetNextInternalMethod · 0.80
GetNextInternalMethod · 0.80
AssembleRowsMethod · 0.80
ProcessRangeMethod · 0.80
FinishScanRangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected