MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / updateMapState

Method updateMapState

extensions/sql/data/MaxCollector.h:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 bool updateMapState() {
136 auto mapState = mapState_;
137 UpdateMapState<decltype(maxValues_), decltype(maxValues_)::size - 1>(maxValues_, mapState_);
138
139 return mapState != mapState_;
140 }
141
142 private:
143 const std::string selectQuery_;

Callers 1

processOnTriggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected