()
| 174 | // implements Releaser, iterators will call it when discarding unused values when Seeking. |
| 175 | type Releaser interface { |
| 176 | Release() |
| 177 | } |
| 178 | |
| 179 | // IteratorResult is a row of data with a row number and named columns of data. |
no outgoing calls
no test coverage detected