Resets 'this' to post construction state.
| 123 | |
| 124 | /// Resets 'this' to post construction state. |
| 125 | virtual void clear() { |
| 126 | BOLT_UNSUPPORTED("{}", __FUNCTION__); |
| 127 | } |
| 128 | }; |
| 129 | |
| 130 | /// Serializer that writes a subset of rows from a single RowVector to the |
no outgoing calls