spark_connect_rs::functions

Function width_bucket

Source
pub fn width_bucket(
    v: impl Into<Column>,
    min: impl Into<Column>,
    max: impl Into<Column>,
    num_bucket: impl Into<Column>,
) -> Column
Expand description

Returns the bucket number into which the value of this expression would fall after being evaluated.