| 75 | } |
| 76 | |
| 77 | void BaseSemiMasker::initLocalStateInternal(ResultSet* resultSet, ExecutionContext*) { |
| 78 | keyVector = resultSet->getValueVector(keyPos).get(); |
| 79 | localState = sharedState->appendLocalState(); |
| 80 | } |
| 81 | |
| 82 | void BaseSemiMasker::finalizeInternal(ExecutionContext* /*context*/) { |
| 83 | sharedState->mergeToGlobal(); |
nothing calls this directly
no test coverage detected