min

package
v4.1.23 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Min

type Min struct {
	uda.AggInterface

	IsInitialized bool
	Min           float32
}

func (*Min) Accum

func (m *Min) Accum(_ io.TimeBucketKey, argMap *functions.ArgumentMap, cols io.ColumnInterface,
) (*io.ColumnSeries, error)

Accum sends new data to the aggregate.

func (*Min) GetInitArgs

func (m *Min) GetInitArgs() []io.DataShape

func (*Min) GetOptionalArgs

func (m *Min) GetOptionalArgs() []io.DataShape

func (*Min) GetRequiredArgs

func (m *Min) GetRequiredArgs() []io.DataShape

func (Min) New

func (m Min) New(argMap *functions.ArgumentMap, _ ...interface{}) (out uda.AggInterface, err error)

Creates a new count using the arguments of the specific implementation for inputColumns and optionalInputColumns

func (*Min) Output

func (m *Min) Output() *io.ColumnSeries

Output() returns the currently valid output of this aggregate

Jump to

Keyboard shortcuts

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