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