GetSeriesAndTagValue returns group by container and tag value ids
(highKey uint16)
| 42 | type GroupingScanner interface { |
| 43 | // GetSeriesAndTagValue returns group by container and tag value ids |
| 44 | GetSeriesAndTagValue(highKey uint16) (roaring.Container, []uint32) |
| 45 | // GetSeriesIDs returns the series ids in current scanner. |
| 46 | GetSeriesIDs() *roaring.Bitmap |
| 47 | } |
no outgoing calls