tile

tile(double lat, double lon, int zoom)::bigint – Returns a tile number 2^2n where n is

tilex2lon

tilex2lon(int x, int zoom)::double – Returns longitude of the given tile x and zoom level

tiley2lat

tiley2lat(int y, int zoom)::double – Returns latitude of the given tile y and zoom level

tanh

tanh(expr) – Returns the hyperbolic tangent of `expr`, as if computed by `java.lang.Math.tanh`. Platforms: WhereOS,

tan

tan(expr) – Returns the tangent of `expr`, as if computed by `java.lang.Math.tan`. Platforms: WhereOS, Spark,

taskid

taskid() – Returns the value of mapred.task.partition Platforms: WhereOS, Spark, Hive Class: hivemall.tools.mapred.TaskIdUDF More functions