| 387 | virtual ExecutionModel getExecutionModel() const { return NON_TASK_BASED_NO_SYNC; } |
| 388 | |
| 389 | BufferPool::ClientHandle* buffer_pool_client() { |
| 390 | return reservation_manager_.buffer_pool_client(); |
| 391 | } |
| 392 | |
| 393 | Status ClaimBufferReservation(RuntimeState* state) WARN_UNUSED_RESULT { |
| 394 | return reservation_manager_.ClaimBufferReservation(state); |
no outgoing calls
no test coverage detected