| 395 | } |
| 396 | |
| 397 | Status ReleaseUnusedReservation() WARN_UNUSED_RESULT { |
| 398 | return reservation_manager_.ReleaseUnusedReservation(); |
| 399 | } |
| 400 | |
| 401 | /// Reference to the PlanNode shared across fragment instances. |
| 402 | /// TODO: Store a specialized reference directly in the child classes when all static |
no outgoing calls
no test coverage detected