spark_connect_rs::functions

Function bucket

Source
pub fn bucket(num_bucket: impl Into<Column>, col: impl Into<Column>) -> Column
Expand description

A transform for any type that partitions by a hash of the input column.