Documentation
¶
Index ¶
Constants ¶
View Source
const FetchType = "fetch"
FetchType gets the series from storage
View Source
const ScalarType = "scalar"
ScalarType is a scalar series
Variables ¶
This section is empty.
Functions ¶
func NewScalarOp ¶ added in v0.4.1
NewScalarOp creates a new scalar op
Types ¶
type FetchNode ¶
type FetchNode struct {
// contains filtered or unexported fields
}
FetchNode is the execution node TODO: Make FetchNode private
type FetchOp ¶
type FetchOp struct {
Name string
Range time.Duration
Offset time.Duration
Matchers models.Matchers
}
FetchOp stores required properties for fetch TODO: Make FetchOp private
Click to show internal directories.
Click to hide internal directories.