tremor-script 0.12.4

Tremor Script Interpreter
1
2
3
4
5
6
### Tremor query provides access to a growing number of aggregate functions that allow advanced data manipulation over sets of events delineated by windowed operations.
###
### Functions are namespaced to make identification easier.

use aggr::stats;
use aggr::win;