package table

import "github.com/influxdata/flux/stdlib/experimental/table"

Index

Constants

const (
	FillKind = pkgpath + ".fill"
)

Types

type FillOpSpec

type FillOpSpec struct{}

func (*FillOpSpec) Kind

func (s *FillOpSpec) Kind() flux.OperationKind

type FillProcedureSpec

type FillProcedureSpec struct {
	plan.DefaultCost
}

func (*FillProcedureSpec) Copy

func (*FillProcedureSpec) Kind

type IdempotentTableFill

type IdempotentTableFill struct{}

func (IdempotentTableFill) Name

func (i IdempotentTableFill) Name() string

func (IdempotentTableFill) Pattern

func (i IdempotentTableFill) Pattern() plan.Pattern

func (IdempotentTableFill) Rewrite

func (i IdempotentTableFill) Rewrite(ctx context.Context, node plan.Node) (plan.Node, bool, error)

Source Files

fill.go

Version
v0.196.1 (latest)
Published
Feb 19, 2025
Platform
linux/amd64
Imports
11 packages
Last checked
1 day ago

Tools for package owners.