to_map

to_map(key, value) – Convert two aggregated columns into a key-value map WITH input as (

to_json

to_json(expr[, options]) – Returns a JSON string with a given struct value Platforms: WhereOS, Spark,

to_ordered_map

to_ordered_map(key, value [, const int k|const boolean reverseOrder=false]) – Convert two aggregated columns into an

to_ordered_list

to_ordered_list(PRIMITIVE value [, PRIMITIVE key, const string options]) – Return list of values sorted by

to_dense

to_dense(array feature_vector, int dimensions) – Returns a dense feature in array Platforms: WhereOS, Spark, Hive

to_date

to_date(date_str[, fmt]) – Parses the `date_str` expression with the `fmt` expression to a date. Returns