Documentation ¶
Index ¶
- type Execution
- func (e *Execution) Explain() (next []model.VectorOperator)
- func (e *Execution) GetPool() *model.VectorPool
- func (e *Execution) Next(ctx context.Context) ([]model.StepVector, error)
- func (e *Execution) Samples() *stats.QuerySamples
- func (e *Execution) Series(ctx context.Context) ([]labels.Labels, error)
- func (e *Execution) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Execution ¶
type Execution struct { model.OperatorTelemetry // contains filtered or unexported fields }
func NewExecution ¶
func (*Execution) Explain ¶
func (e *Execution) Explain() (next []model.VectorOperator)
func (*Execution) GetPool ¶
func (e *Execution) GetPool() *model.VectorPool
func (*Execution) Samples ¶
func (e *Execution) Samples() *stats.QuerySamples
Click to show internal directories.
Click to hide internal directories.