interpolate

package
v0.171.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2022 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

View Source
const LinearInterpolateKind = "linearInterpolateKind"

Variables

View Source
var FluxTestPackages = []*ast.Package{&ast.Package{
	BaseNode: ast.BaseNode{
		Comments: nil,
		Errors:   nil,
		Loc:      nil,
	},
	Files:   []*ast.File{},
	Package: "interpolate_test",
	Path:    "interpolate",
}}

Functions

func NewInterpolateTransformation

func NewInterpolateTransformation(d execute.Dataset, cache execute.TableBuilderCache, spec *LinearInterpolateProcedureSpec) *interpolateTransformation

Types

type LinearInterpolateOpSpec

type LinearInterpolateOpSpec struct {
	Every flux.Duration `json:"every"`
}

func (*LinearInterpolateOpSpec) Kind

type LinearInterpolateProcedureSpec

type LinearInterpolateProcedureSpec struct {
	plan.DefaultCost
	Every flux.Duration `json:"every"`
}

func (*LinearInterpolateProcedureSpec) Copy

func (*LinearInterpolateProcedureSpec) Kind

func (*LinearInterpolateProcedureSpec) TriggerSpec

TriggerSpec implements plan.TriggerAwareProcedureSpec

Jump to

Keyboard shortcuts

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