Get invited to our slack community and get started for free

SQL Functions

xpath_int

xpath_int(xml, xpath) – Returns an integer value, or the value zero if no match is

write_to_tsdb

This function writes metrics to the TSDB (metics names should look like proc.loadavg.1min, http.hits while

x_rank

x_rank(KEY) – Generates a pseudo sequence number starting from 1 for each key Platforms: WhereOS,

xpath

xpath(xml, xpath) – Returns a string array of values within the nodes of xml that

when

CASE WHEN expr1 THEN expr2 [WHEN expr3 THEN expr4]* [ELSE expr5] END – When `expr1`

window

Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.TimeWindow More functions can be added to WhereOS via Python