Documentation ¶
Index ¶
- type Max
- func (ma *Max) Accum(cols io.ColumnInterface) error
- func (ma *Max) GetInitArgs() []io.DataShape
- func (ma *Max) GetOptionalArgs() []io.DataShape
- func (ma *Max) GetRequiredArgs() []io.DataShape
- func (ma *Max) Init(itf ...interface{}) error
- func (m Max) New() (out uda.AggInterface, am *functions.ArgumentMap)
- func (ma *Max) Output() *io.ColumnSeries
- func (ma *Max) Reset()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Max ¶
type Max struct { uda.AggInterface // Input arguments mapping ArgMap *functions.ArgumentMap IsInitialized bool Max float32 }
func (*Max) Accum ¶
func (ma *Max) Accum(cols io.ColumnInterface) error
Accum() sends new data to the aggregate
func (*Max) GetInitArgs ¶
func (*Max) GetOptionalArgs ¶
func (*Max) GetRequiredArgs ¶
func (Max) New ¶
func (m Max) New() (out uda.AggInterface, am *functions.ArgumentMap)
Creates a new count using the arguments of the specific implementation for inputColumns and optionalInputColumns
func (*Max) Output ¶
func (ma *Max) Output() *io.ColumnSeries
Output() returns the currently valid output of this aggregate
Click to show internal directories.
Click to hide internal directories.