grouping

grouping(col) – indicates whether a specified column in a GROUP BY is aggregated or not,

grouping_id

grouping_id([col1[, col2 ..]]) – returns the level of grouping, equals to `(grouping(c1)

geokeyradius

Platforms: WhereOS, Spark, Hive Class: com.whereos.udf.GeoKeyRadiusUDTF More functions can be added to WhereOS via Python

geokeys

Platforms: WhereOS, Spark, Hive Class: com.whereos.udf.GeoKeysUDTF More functions can be added to WhereOS via Python

get_json_object

get_json_object(json_txt, path) – Extracts a json object from `path`. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.GetJsonObject

generate_series

generate_series(const int|bigint start, const int|bigint end) – Generate a series of values, from start to