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