input_file_name

input_file_name() – Returns the name of the file being read, or empty string if not

inflate

inflate(BINARY compressedData) – Returns a decompressed STRING by using Inflater SELECT inflate(unbase91(base91(deflate(‘aaaaaaaaaaaaaaaabbbbccc’)))); aaaaaaaaaaaaaaaabbbbccc Platforms: WhereOS,

initcap

initcap(str) – Returns `str` with the first letter of each word in uppercase. All other

inline

inline(expr) – Explodes an array of structs into a table. Platforms: WhereOS, Spark, Hive Class:

inline_outer

inline_outer(expr) – Explodes an array of structs into a table. Platforms: WhereOS, Spark, Hive Class:

indexed_features

indexed_features(double v1, double v2, …) – Returns a list of features as array: [1:v1, 2:v2,