| 138 | } |
| 139 | |
| 140 | void ALWAYS_INLINE CommitLastRow() { CommitRows(1); } |
| 141 | |
| 142 | /// Set function can be used to reduce the number of rows in the batch. This is only |
| 143 | /// used in the limit case where more rows were added than necessary. |
no outgoing calls