| 386 | } |
| 387 | |
| 388 | ObjectPool* RuntimeState::obj_pool() const { |
| 389 | DCHECK(query_state_ != nullptr); |
| 390 | return query_state_->obj_pool(); |
| 391 | } |
| 392 | |
| 393 | const TQueryCtx& RuntimeState::query_ctx() const { |
| 394 | DCHECK(query_state_ != nullptr); |
no outgoing calls