| 151 | } |
| 152 | |
| 153 | void NodeGroup::initializeScanState(const Transaction* transaction, TableScanState& state) const { |
| 154 | const auto lock = chunkedGroups.lock(); |
| 155 | initializeScanState(transaction, lock, state); |
| 156 | } |
| 157 | |
| 158 | static void initializeScanStateForChunkedGroup(const TableScanState& state, |
| 159 | const ChunkedNodeGroup* chunkedGroup) { |
no test coverage detected