spark_connect_rs::functions

Function hash

Source
pub fn hash<I>(cols: I) -> Column
where I: IntoIterator, I::Item: Into<Column>,
Expand description

Calculates the hash code of given columns, and returns the result as an int column.