Documentation ¶
Index ¶
- type Gap
- func (g *Gap) Accum(_ io.TimeBucketKey, _ *functions.ArgumentMap, cols io.ColumnInterface) (*io.ColumnSeries, error)
- func (g *Gap) GetInitArgs() []io.DataShape
- func (g *Gap) GetOptionalArgs() []io.DataShape
- func (g *Gap) GetRequiredArgs() []io.DataShape
- func (g Gap) New(_ *functions.ArgumentMap, args ...interface{}) (out uda.AggInterface, err error)
- func (g *Gap) Output() (*io.ColumnSeries, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gap ¶
type Gap struct { uda.AggInterface BigGapIdxs []int Input *io.ColumnInterface // contains filtered or unexported fields }
func (*Gap) Accum ¶
func (g *Gap) Accum(_ io.TimeBucketKey, _ *functions.ArgumentMap, cols io.ColumnInterface) (*io.ColumnSeries, error)
Accum sends new data to the aggregate Use Zscore to find out the big hole in data.
func (*Gap) GetInitArgs ¶
func (*Gap) GetOptionalArgs ¶
func (*Gap) GetRequiredArgs ¶
func (Gap) New ¶
func (g Gap) New(_ *functions.ArgumentMap, args ...interface{}) (out uda.AggInterface, err error)
Creates a new count using the arguments of the specific implementation for inputColumns and optionalInputColumns
Click to show internal directories.
Click to hide internal directories.