min

package
v2.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2018 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

	// Input arguments mapping
	ArgMap *functions.ArgumentMap

	IsInitialized bool
	Min           float32
}

func NewCount

func NewCount(inputColumns, optionalInputColumns []io.DataShape) (mn *Min)

CONCRETE - these may be suitable methods for general usage

func (*Min) Accum

func (mn *Min) Accum(cols io.ColumnInterface) error

Accum() sends new data to the aggregate

func (*Min) GetInitArgs

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

func (*Min) GetOptionalArgs

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

func (*Min) GetRequiredArgs

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

func (*Min) Init

func (mn *Min) Init(itf ...interface{}) error

func (Min) New

func (m Min) New() (out uda.AggInterface, am *functions.ArgumentMap)

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

func (*Min) Output

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

Output() returns the currently valid output of this aggregate

func (*Min) Reset

func (mn *Min) Reset()

Reset() puts the aggregate state back to "new"

Jump to

Keyboard shortcuts

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