forked from influxdata/kapacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
influxql.gen.go
49 lines (30 loc) · 1.85 KB
/
influxql.gen.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// Generated by tmpl
// https://github.com/benbjohnson/tmpl
//
// DO NOT EDIT!
// Source: influxql.gen.go.tmpl
package pipeline
import "github.com/influxdata/influxdb/influxql"
//tick:ignore
type ReduceCreater struct {
CreateFloatReducer func() (influxql.FloatPointAggregator, influxql.FloatPointEmitter)
CreateFloatIntegerReducer func() (influxql.FloatPointAggregator, influxql.IntegerPointEmitter)
CreateFloatStringReducer func() (influxql.FloatPointAggregator, influxql.StringPointEmitter)
CreateFloatBooleanReducer func() (influxql.FloatPointAggregator, influxql.BooleanPointEmitter)
CreateIntegerFloatReducer func() (influxql.IntegerPointAggregator, influxql.FloatPointEmitter)
CreateIntegerReducer func() (influxql.IntegerPointAggregator, influxql.IntegerPointEmitter)
CreateIntegerStringReducer func() (influxql.IntegerPointAggregator, influxql.StringPointEmitter)
CreateIntegerBooleanReducer func() (influxql.IntegerPointAggregator, influxql.BooleanPointEmitter)
CreateStringFloatReducer func() (influxql.StringPointAggregator, influxql.FloatPointEmitter)
CreateStringIntegerReducer func() (influxql.StringPointAggregator, influxql.IntegerPointEmitter)
CreateStringReducer func() (influxql.StringPointAggregator, influxql.StringPointEmitter)
CreateStringBooleanReducer func() (influxql.StringPointAggregator, influxql.BooleanPointEmitter)
CreateBooleanFloatReducer func() (influxql.BooleanPointAggregator, influxql.FloatPointEmitter)
CreateBooleanIntegerReducer func() (influxql.BooleanPointAggregator, influxql.IntegerPointEmitter)
CreateBooleanStringReducer func() (influxql.BooleanPointAggregator, influxql.StringPointEmitter)
CreateBooleanReducer func() (influxql.BooleanPointAggregator, influxql.BooleanPointEmitter)
TopBottomCallInfo *TopBottomCallInfo
IsSimpleSelector bool
IsStreamTransformation bool
IsEmptyOK bool
}