Apache-presto-math-function-width-bucket

提供:Dev Guides
移動先:案内検索

width_bucket(x、bound1、bound2、n)

問い合わせ

presto:default> select width_bucket(5,3,4,5) as width;

結果

 width
-------
   6

上記の入力から、3と4は異なる境界であり、バケット幅を6として返します。