spark_connect_rs::functions

Function elt

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

Returns the n-th input, e.g., returns input2 when n is 2.