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

Method bytes_read_local

be/src/runtime/io/request-context.h:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 int64_t bytes_read_local() const { return bytes_read_local_.Load(); }
159 int64_t bytes_read_short_circuit() const { return bytes_read_short_circuit_.Load(); }
160 int64_t bytes_read_dn_cache() const { return bytes_read_dn_cache_.Load(); }
161 int64_t bytes_read_encrypted() const { return bytes_read_encrypted_.Load(); }

Callers 1

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected