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

Method GetPerExecutorMemoryEstimate

be/src/scheduling/schedule-state.cc:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214int64_t ScheduleState::GetPerExecutorMemoryEstimate() const {
215 DCHECK(request_.__isset.per_host_mem_estimate);
216 return request_.per_host_mem_estimate;
217}
218
219int64_t ScheduleState::GetDedicatedCoordMemoryEstimate() const {
220 DCHECK(request_.__isset.dedicated_coord_mem_estimate);

Callers 2

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64