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

Method initLocalStateInternal

src/processor/operator/semi_masker.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

initLocalStateInternalFunction · 0.85
appendLocalStateMethod · 0.80
getDataVectorFunction · 0.50
getMethod · 0.45
getValueVectorMethod · 0.45

Tested by

no test coverage detected