AddSeries populates the index writer with a series and its offsets of chunks that the index can reference. Implementations may require series to be insert in strictly increasing order by their labels. The reference numbers are used to resolve entries in postings lists that are added later.
(ref storage.SeriesRef, l labels.Labels, chunks ...chunks.Meta)
| 51 | // their labels. The reference numbers are used to resolve entries in postings lists |
| 52 | // that are added later. |
| 53 | AddSeries(ref storage.SeriesRef, l labels.Labels, chunks ...chunks.Meta) error |
| 54 | |
| 55 | // Close writes any finalization and closes the resources associated with |
| 56 | // the underlying writer. |
no outgoing calls