count

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Count

type Count struct {
	uda.AggInterface

	Sum int64
}

func (*Count) Accum

Accum sends new data to the aggregate.

func (*Count) GetInitArgs

func (c *Count) GetInitArgs() []io.DataShape

func (*Count) GetOptionalArgs

func (c *Count) GetOptionalArgs() []io.DataShape

func (*Count) GetRequiredArgs

func (c *Count) GetRequiredArgs() []io.DataShape

func (Count) New

func (c Count) New(argMap *functions.ArgumentMap, itf ...interface{}) (out uda.AggInterface, err error)

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

func (*Count) Output

func (c *Count) 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