Skip to main content

try_element_at

Function try_element_at 

Source
pub fn try_element_at(column: &Column, index: i64) -> Column
Expand description

Element at index, null if out of bounds (PySpark try_element_at). Same as element_at for lists.