polars_utils
0.40.0
ToIdx
Required Methods
to_idx
Implementations on Foreign Types
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In polars_utils::index
Trait
polars_utils
::
index
::
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
§