polars_
utils
0.44.2
ToIdx
Required Methods
to_idx
Implementations on Foreign Types
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In polars_
utils::
index
polars_utils
::
index
Trait
ToIdx
Copy item path
Source
pub trait ToIdx { // Required method fn
to_idx
(self, len:
u64
) ->
IdxSize
; }
Required Methods
§
Source
fn
to_idx
(self, len:
u64
) ->
IdxSize
Implementations on Foreign Types
§
Source
§
impl
ToIdx
for
i8
Source
§
fn
to_idx
(self, len:
u64
) ->
IdxSize
Source
§
impl
ToIdx
for
i16
Source
§
fn
to_idx
(self, len:
u64
) ->
IdxSize
Source
§
impl
ToIdx
for
i32
Source
§
fn
to_idx
(self, len:
u64
) ->
IdxSize
Source
§
impl
ToIdx
for
i64
Source
§
fn
to_idx
(self, len:
u64
) ->
IdxSize
Source
§
impl
ToIdx
for
u8
Source
§
fn
to_idx
(self, _len:
u64
) ->
IdxSize
Source
§
impl
ToIdx
for
u16
Source
§
fn
to_idx
(self, _len:
u64
) ->
IdxSize
Source
§
impl
ToIdx
for
u32
Source
§
fn
to_idx
(self, _len:
u64
) ->
IdxSize
Source
§
impl
ToIdx
for
u64
Source
§
fn
to_idx
(self, _len:
u64
) ->
IdxSize
Implementors
§