()
| 65 | } |
| 66 | |
| 67 | func (h *headIndexReader) Symbols() index.StringIter { |
| 68 | return h.head.postings.Symbols() |
| 69 | } |
| 70 | |
| 71 | // SortedLabelValues returns label values present in the head for the |
| 72 | // specific label name that are within the time range mint to maxt. |