Functions

Every function is of form FCT-NAME(argument1, ...), expects one or more arguments, and returns a value.

In the following list, each function is listed, including the data structure and data type of each argument, and the return value. This is done by using form DataStructure<DataType>.

Overview

Following functions are provided:

AVG

COUNT

DISTINCT

EVAL

FILTER

GROUP_BY_DEVICE

GROUP_BY_TIME

MAX

MIN

POSITION

REVERSE

SORT

SUBSET

SUM

Last updated