MCPcopy Index your code
hub / github.com/cortexproject/cortex / MakeRangeQueryFromPlan

Method MakeRangeQueryFromPlan

pkg/engine/engine.go:50–50  ·  view source on GitHub ↗
(ctx context.Context, q storage.Queryable, opts promql.QueryOpts, root logicalplan.Node, start time.Time, end time.Time, interval time.Duration, qs string)

Source from the content-addressed store, hash-verified

48 promql.QueryEngine
49 MakeInstantQueryFromPlan(ctx context.Context, q storage.Queryable, opts promql.QueryOpts, root logicalplan.Node, ts time.Time, qs string) (promql.Query, error)
50 MakeRangeQueryFromPlan(ctx context.Context, q storage.Queryable, opts promql.QueryOpts, root logicalplan.Node, start time.Time, end time.Time, interval time.Duration, qs string) (promql.Query, error)
51}
52
53type Engine struct {

Callers 3

RangeQueryHandlerMethod · 0.65

Implementers 1

Enginepkg/engine/engine.go

Calls

no outgoing calls

Tested by 1