(_ Config)
| 213 | } |
| 214 | |
| 215 | func getChunksIteratorFunction(_ Config) chunkIteratorFunc { |
| 216 | return batch.NewChunkMergeIterator |
| 217 | } |
| 218 | |
| 219 | // New builds a queryable and promql engine. |
| 220 | func New(cfg Config, limits *validation.Overrides, distributor Distributor, stores []QueryableWithFilter, reg prometheus.Registerer, logger log.Logger, isPartialDataEnabled partialdata.IsCfgEnabledFunc) (storage.SampleAndChunkQueryable, storage.ExemplarQueryable, engine.QueryEngine) { |
no outgoing calls