lst_get

Function lst_get 

Source
pub fn lst_get(
    ca: &ChunkedArray<ListType>,
    index: &ChunkedArray<Int64Type>,
    null_on_oob: bool,
) -> Result<Column, PolarsError>
Available on crate feature polars-ops only.