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