reduce

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reducer

type Reducer interface {
	Int64(prev, next int64) (int64, error)
	Float64(prev, next float64) (float64, error)
	Decimal(prev, next decimal.Decimal) (decimal.Decimal, error)
	Time(prev, next time.Time) (time.Time, error)
}

func Max

func Max() Reducer

func Min

func Min() Reducer

func Sum

func Sum() Reducer

Jump to

Keyboard shortcuts

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