Supported data types

This topic describes the format of data types supported by EQL.

Data type Description
string Represents character strings.
int Represents an integer.

Note that EQL supports only 64-bit integers.

double Represents a floating point number.
boolean Represents a Boolean value (TRUE or FALSE)
time Represents the time of day to a resolution of milliseconds.
dateTime Represents a date and time to a resolution of milliseconds.
duration Represents a length of time with a resolution of milliseconds.
geocode Represents a latitude and longitude pair.