MCPcopy Create free account
hub / github.com/apache/impala / obj_pool

Method obj_pool

be/src/runtime/runtime-state.cc:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

CreateQueryStateMethod · 0.45
FragmentStateMethod · 0.45
ExecMethod · 0.45
SetUpMethod · 0.45
CreateSinkMethod · 0.45
PrepareMethod · 0.45
RuntimeFilterBankMethod · 0.45
SetUpMethod · 0.45
CreateImpalaCodegenMethod · 0.45
SetUpMethod · 0.45
CreateFromFileMethod · 0.45

Calls

no outgoing calls

Tested by 7

CreateQueryStateMethod · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36
CreateFromFileMethod · 0.36
SetUpQueryMethod · 0.36
CreateFromFileMethod · 0.36