数学函数 width_bucket(x,bin)



查询

presto:default> select width_bucket(6,array[1,2,3]) as width; 

结果

 width 
------- 
  3

此处,数组最大值设为桶宽度。

apache_presto_sql_functions.htm
广告