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

Method TotalQueryMemoryConsumption

be/src/runtime/test-env.cc:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141int64_t TestEnv::TotalQueryMemoryConsumption() {
142 int64_t total = 0;
143 for (QueryState* query_state : query_states_) {
144 total += query_state->query_mem_tracker()->consumption();
145 }
146 return total;
147}
148
149std::string TestEnv::GetDefaultFsPath(const std::string& path) {
150 const char* filesystem_prefix = getenv("FILESYSTEM_PREFIX");

Callers 1

TestQueryTeardownMethod · 0.80

Calls 2

consumptionMethod · 0.45
query_mem_trackerMethod · 0.45

Tested by

no test coverage detected