Documentation
¶
Index ¶
- func Init()
- func InvokeWithParameters(any any, methodName string, args ...any) []reflect.Value
- func InvokeWithoutParameters(any any, methodName string) []reflect.Value
- func Rowstamp(ingressRow *data.IngressRow, rowFieldName string) (rowstamp int)
- func Timestamp(ingressRow *data.IngressRow, timeFieldName string) (timestamp time.Time)
- type Aggregate
- type Condition
- type Egress
- type Filter
- type Ingress
- type Operator
- type Project
- type Window
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvokeWithParameters ¶
func InvokeWithoutParameters ¶
Types ¶
type Aggregate ¶
type Aggregate struct {
Operator
// contains filtered or unexported fields
}
func (*Aggregate) Update ¶
func (o *Aggregate) Update(inRow data.IngressRow)
func (*Aggregate) Value ¶
func (o *Aggregate) Value(outRow *data.AggregateRow)
type Operator ¶
Click to show internal directories.
Click to hide internal directories.