MCPcopy Create free account
hub / github.com/bytedance/bolt / execCtx

Method execCtx

bolt/exec/Operator.cpp:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 pool_(driverCtx_->addOperatorPool(planNodeId, operatorType)) {}
63
64core::ExecCtx* OperatorCtx::execCtx() const {
65 if (!execCtx_) {
66 execCtx_ = std::make_unique<core::ExecCtx>(
67 pool_, driverCtx_->task->queryCtx().get());
68 }
69 return execCtx_.get();
70}
71
72std::shared_ptr<connector::ConnectorQueryCtx>
73OperatorCtx::createConnectorQueryCtx(

Callers 15

addInputMethod · 0.45
initializeMethod · 0.45
preGenMethod · 0.45
initializeFilterMethod · 0.45
evalFilterMethod · 0.45
getOutputMethod · 0.45
initializeMethod · 0.45
getOutputMethod · 0.45
toAggregateInfoFunction · 0.45
initializeFilterMethod · 0.45
findEndOfMatchMethod · 0.45

Calls 2

queryCtxMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected