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

Method initLocalStateInternal

src/processor/operator/persistent/delete.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void DeleteNode::initLocalStateInternal(ResultSet* resultSet, ExecutionContext* context) {
32 for (auto& executor : executors) {
33 executor->init(resultSet, context);
34 }
35}
36
37bool DeleteNode::getNextTuplesInternal(ExecutionContext* context) {
38 if (!children[0]->getNextTuple(context)) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected