lst_get
polars_
ops
0.50.0
In polars_
ops::
chunked_
array::
list
polars_ops
::
chunked_array
::
list
Function
lst_get
Copy item path
Source
pub fn lst_get( ca: &
ListChunked
, index: &
Int64Chunked
, null_on_oob:
bool
, ) -> PolarsResult<
Column
>