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

Method setRelID

src/processor/operator/persistent/set_executor.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void RelSetExecutor::setRelID(nodeID_t relID) const {
101 info.relIDVector->setValue(info.relIDVector->state->getSelVector()[0], relID);
102}
103
104void SingleLabelRelSetExecutor::set(ExecutionContext* context) {
105 if (tableInfo.columnID == INVALID_COLUMN_ID) {

Callers 1

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected