相对于hive-0.8.1 hive-0.11.0新增的内置函数

下面是 0.11.0新增的内置函数。

可以看到 row_number() rank() 等一些我们经常在sql中使用的函数在 新的hive版本中已经可以直接使用了!

新增的函数列表如下:

assert_true           
between               
compute_stats         
cume_dist             
dense_rank            
ewah_bitmap           
ewah_bitmap_and       
ewah_bitmap_empty     
ewah_bitmap_or        
first_value           
format_number         
from_utc_timestamp    
inline                
in_file               
java_method           
lag                   
last_value            
lead                  
named_struct          
noop                  
noopwithmap           
npath                 
ntile                 
nvl                   
percent_rank          
printf                
rank                  
reflect2              
row_number            
sort_array            
stack                 
to_unix_timestamp     
to_utc_timestamp      
translate             
windowingtablefunction   

 

 

 

 

你可能感兴趣的:(相对于hive-0.8.1 hive-0.11.0新增的内置函数)