scalar

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2019 License: Apache-2.0 Imports: 6 Imported by: 4

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

func NewScalarOp(
	val float64,
	tagOptions models.TagOptions,
) (parser.Params, error)

NewScalarOp creates an operation that yields a scalar source.

func NewTimeOp added in v0.11.0

func NewTimeOp(tagOptions models.TagOptions) (parser.Params, error)

NewTimeOp creates an operation that yields a time-based source.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL