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

Method bytes_read_counter

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

Source from the content-addressed store, hash-verified

127
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_;

Callers 5

GetRowKeyMethod · 0.80
GetFamilyMethod · 0.80
GetQualifierMethod · 0.80
GetValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected