| 314 | }; |
| 315 | |
| 316 | ThreadLocalState* GetLocalState() { |
| 317 | size_t thread_index = plan_->query_context()->GetThreadIndex(); |
| 318 | return &local_states_[thread_index]; |
| 319 | } |
| 320 | |
| 321 | Status InitLocalStateIfNeeded(ThreadLocalState* state); |
| 322 |
nothing calls this directly
no test coverage detected