()
| 966 | } |
| 967 | |
| 968 | func (c *SyncIterator) Close() { |
| 969 | c.closeCurrRowGroup() |
| 970 | |
| 971 | c.span.End() |
| 972 | |
| 973 | if c.interner != nil { |
| 974 | c.interner.Close() |
| 975 | } |
| 976 | } |
| 977 | |
| 978 | // JoinIterator joins two or more iterators for matches at the given definition level. |
| 979 | // I.e. joining at definitionLevel=0 means that each iterator must produce a result |
no test coverage detected