Documentation ¶
Index ¶
- type Min
- func (mn *Min) Accum(_ io.TimeBucketKey, argMap *functions.ArgumentMap, cols io.ColumnInterface) (*io.ColumnSeries, error)
- func (mn *Min) GetInitArgs() []io.DataShape
- func (mn *Min) GetOptionalArgs() []io.DataShape
- func (mn *Min) GetRequiredArgs() []io.DataShape
- func (m Min) New(argMap *functions.ArgumentMap, itf ...interface{}) (out uda.AggInterface, err error)
- func (mn *Min) Output() *io.ColumnSeries
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 (mn *Min) Accum(_ io.TimeBucketKey, argMap *functions.ArgumentMap, cols io.ColumnInterface, ) (*io.ColumnSeries, error)
Accum() sends new data to the aggregate
func (*Min) GetInitArgs ¶
func (*Min) GetOptionalArgs ¶
func (*Min) GetRequiredArgs ¶
func (Min) New ¶
func (m Min) 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 (*Min) Output ¶
func (mn *Min) Output() *io.ColumnSeries
Output() returns the currently valid output of this aggregate
Click to show internal directories.
Click to hide internal directories.