Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: link reflect() in Misc. Functions to ReflectUDF doc

...

Return Type

Name(Signature)

Description

varies

java_method(class, method[, arg1[, arg2..]])

Synonym for reflect (as of Hive 0.9.0)

varies

reflect(class, method[, arg1[, arg2..]])

Use this UDF to call Java methods by matching the argument signature (uses reflection). (as As of Hive 0.7.0.) See Reflect (Generic) UDF for examples.

int

hash(a1[, a2...])

Returns a hash value of the arguments (as of Hive 0.4)

...