xpath

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

write_to_tsdb

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

write_to_graphite

Writes metric or collection of metrics to graphite.write_to_graphite(String hostname, int port, Map nameToValue, Long timestampInSeconds)

window

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

when

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

word_ngrams

word_ngrams(array words, int minSize, int maxSize]) – Returns list of n-grams for given words, where