Documentation
¶
Index ¶
Constants ¶
View Source
const CountType = "count"
CountType counts all non nan elements in a list of series
View Source
const FetchType = "fetch"
FetchType gets the series from storage
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountNode ¶
type CountNode struct {
// contains filtered or unexported fields
}
CountNode is an execution node
type CountOp ¶
type CountOp struct {
}
CountOp stores required properties for count
type FetchNode ¶
type FetchNode struct {
// contains filtered or unexported fields
}
FetchNode is the execution node
type FetchOp ¶
type FetchOp struct {
Name string
Range time.Duration
Offset time.Duration
Matchers models.Matchers
}
FetchOp stores required properties for fetch
Click to show internal directories.
Click to hide internal directories.