fill

package
v3.8.37 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fill

type Fill struct {
	Type  FillType
	Value float64 // only support Type = FillValue.
}

func (Fill) Build

func (f Fill) Build(builder clause.Builder)

Build [FILL(fill_mod_and_val)]

func (Fill) MergeClause

func (f Fill) MergeClause(c *clause.Clause)

func (Fill) Name

func (f Fill) Name() string

type FillType

type FillType string
const (
	FillNone   FillType = "NONE"
	FillValue  FillType = "VALUE"
	FillPrev   FillType = "PREV"
	FillNull   FillType = "NULL"
	FillLinear FillType = "LINEAR"
	FillNext   FillType = "NEXT"
)

Jump to

Keyboard shortcuts

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