Database Reference
In-Depth Information
Let's exercise our new function:
hive> CREATE TEMPORARY FUNCTION maximum AS
'com.hadoopbook.hive.Maximum';
hive> SELECT maximum(temperature) FROM records;
111
Search WWH ::




Custom Search