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