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

Method initLocalStateInternal

src/processor/operator/persistent/insert.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void Insert::initLocalStateInternal(ResultSet* resultSet, ExecutionContext* context) {
20 for (auto& executor : nodeExecutors) {
21 executor.init(resultSet, context);
22 }
23 for (auto& executor : relExecutors) {
24 executor.init(resultSet, context);
25 }
26}
27
28bool Insert::getNextTuplesInternal(ExecutionContext* context) {
29 if (!children[0]->getNextTuple(context)) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected