Documentation ¶
Index ¶
- type TickCandler
- func (ca *TickCandler) Accum(cols io.ColumnInterface) error
- func (ca *TickCandler) GetInitArgs() []io.DataShape
- func (ca *TickCandler) GetOptionalArgs() []io.DataShape
- func (ca *TickCandler) GetRequiredArgs() []io.DataShape
- func (c TickCandler) New() (ica uda.AggInterface, am *functions.ArgumentMap)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TickCandler ¶
func (*TickCandler) Accum ¶
func (ca *TickCandler) Accum(cols io.ColumnInterface) error
Accum() sends new data to the aggregate
func (*TickCandler) GetInitArgs ¶
func (ca *TickCandler) GetInitArgs() []io.DataShape
func (*TickCandler) GetOptionalArgs ¶
func (ca *TickCandler) GetOptionalArgs() []io.DataShape
func (*TickCandler) GetRequiredArgs ¶
func (ca *TickCandler) GetRequiredArgs() []io.DataShape
func (TickCandler) New ¶
func (c TickCandler) New() (ica uda.AggInterface, am *functions.ArgumentMap)
Click to show internal directories.
Click to hide internal directories.