spark_connect_rs::functions

Function grouping

Source
pub fn grouping(col: impl Into<Column>) -> Column
Expand description

Indicates whether a specified column in a GROUP BY list is aggregated or not, returns 1 for aggregated or 0 for not aggregated in the result set.