| Class | Description |
|---|---|
| OpAdd |
Add values from multiple time series.
|
| OpBoolean |
OR or AND values from multiple time series.
|
| OpDiv |
Perform a division from two time series.
|
| OpEQ |
Checks values from N time series for equality.
|
| OpGE |
Checks that values from N time series are >= to each other (in the order they are passed).
|
| OpGT |
Checks that values from N time series are > to each other (in the order they are passed).
|
| OpLE |
Checks that values from N time series are <= to each other (in the order they are passed).
|
| OpLT |
Checks that values from N time series are < to each other (in the order they are passed).
|
| OpMask |
Operate on two geo time series, the first one is a boolean
GTS and serves as the mask.
|
| OpMul |
Add values from multiple time series.
|
| OpNE |
Checks values from N time series for inequality.
|
| OpSub |
Perform a subtraction from two time series.
|