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

Method initLocalStateInternal

src/processor/operator/persistent/set.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace processor {
7
8void SetNodeProperty::initLocalStateInternal(ResultSet* resultSet, ExecutionContext* context) {
9 for (auto& executor : executors) {
10 executor->init(resultSet, context);
11 }
12}
13
14bool SetNodeProperty::getNextTuplesInternal(ExecutionContext* context) {
15 if (!children[0]->getNextTuple(context)) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected