| 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_; |