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

Method skipInsert

src/processor/operator/persistent/insert_executor.cpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void NodeInsertExecutor::skipInsert() const {
111 for (auto& evaluator : tableInfo.columnDataEvaluators) {
112 evaluator->evaluate();
113 }
114 info.nodeIDVector->setNull(info.nodeIDVector->state->getSelVector()[0], false);
115 writeColumnVectors(info.columnVectors, tableInfo.columnDataVectors);
116}
117
118void NodeInsertExecutor::skipInsert(nodeID_t nodeID, main::ClientContext* context) const {
119 info.updateNodeID(nodeID);

Callers 1

Calls 10

writeColumnVectorsFunction · 0.85
updateNodeIDMethod · 0.80
evaluateMethod · 0.45
setNullMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
emptyMethod · 0.45
setToTableMethod · 0.45
initScanStateMethod · 0.45
lookupMethod · 0.45

Tested by

no test coverage detected