Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

HiveQL Examples

File What's Illustrated
SimpleUDF.scala Registering and calling a user-defined function in a Hive query -- simple version.
SimpleUDAF.scala Registering and calling a user-defined aggregation function in a Hive query -- simple version. See the Java companion class in src/main/java/hiveql/SumLargeSalesUDAF.java
LateralViewExplode.scala Using Hive's LATERAL VIEW feature make non-rectangular data look rectangular.