Apache-presto-math-width-bucket-function

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

数学関数width_bucket(x、bins)

問い合わせ

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

結果

 width
-------
  3

ここでは、配列の最大値がバケット幅として設定されます。