Skip to main content
BorrowIdxItem
polars
0.53.0
In polars::
frame::
group_
by
polars
::
frame
::
group_by
Type Alias
Borrow
IdxItem
Copy item path
Source
pub type BorrowIdxItem<'a> = (
u32
, &'a
UnitVec
<
u32
>);
Available on
crate feature
algorithm_group_by
only.