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