Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ScalarType is a scalar series. ScalarType = "scalar" // VectorType is a vector series. VectorType = "vector" // TimeType returns the number of seconds since January 1, 1970 UTC. // // NB: this does not actually return the current time, but the time at // which the expression is to be evaluated. TimeType = "time" )
Variables ¶
This section is empty.
Functions ¶
func NewScalarOp ¶
NewScalarOp creates an operation that yields a scalar source.
Types ¶
type ScalarOp ¶ added in v0.14.1
type ScalarOp struct {
// contains filtered or unexported fields
}
ScalarOp is a scalar operation representing a constant.
Click to show internal directories.
Click to hide internal directories.