ChunkOrIterable returns the series data for the given chunks.Meta. Either a single chunk will be returned, or an iterable. A single chunk should be returned if chunks.Meta maps to a chunk that already exists and doesn't need modifications. An iterable should be returned if chunks.Meta maps to a subs
(meta chunks.Meta)
| 137 | // always expect a chunk to be returned. You can check that iterable is nil |
| 138 | // in those cases. |
| 139 | ChunkOrIterable(meta chunks.Meta) (chunkenc.Chunk, chunkenc.Iterable, error) |
| 140 | |
| 141 | // Close releases all underlying resources of the reader. |
| 142 | Close() error |
no outgoing calls