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

Method MakeInstantQueryFromPlan

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

Source from the content-addressed store, hash-verified

47type QueryEngine interface {
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

Callers 3

InstantQueryHandlerMethod · 0.65

Implementers 1

Enginepkg/engine/engine.go

Calls

no outgoing calls

Tested by 1