MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / initGlobalState

Method initGlobalState

src/processor/operator/physical_operator.cpp:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void PhysicalOperator::initGlobalState(ExecutionContext* context) {
191 if (!isSource()) {
192 children[0]->initGlobalState(context);
193 }
194 initGlobalStateInternal(context);
195}
196
197void PhysicalOperator::initLocalState(ResultSet* resultSet_, ExecutionContext* context) {
198 if (!isSource()) {

Callers 1

runMethod · 0.80

Calls 1

isSourceFunction · 0.50

Tested by

no test coverage detected