Docs.rs
polars-utils-0.51.0
polars-utils 0.51.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
stijnherfst
Dependencies
bincode ^2.0
normal
optional
bytemuck ^1.22
normal
bytes ^1.10
normal
compact_str ^0.9.0
normal
either ^1.14
normal
flate2 ^1
normal
optional
foldhash ^0.1.5
normal
hashbrown ^0.15.0
normal
indexmap ^2
normal
libc ^0.2
normal
memmap2 ^0.9
normal
optional
num-traits ^0.2
normal
polars-error ^0.51.0
normal
pyo3 ^0.25
normal
optional
rand ^0.9
normal
raw-cpuid ^11
normal
rayon ^1.9
normal
regex ^1.9
normal
rmp-serde ^1.3
normal
optional
schemars ^0.8.22
normal
optional
serde ^1.0.188
normal
optional
serde_json ^1
normal
optional
serde_stacker ^0.1.12
normal
optional
slotmap ^1
normal
stacker ^0.1
normal
sysinfo ^0.33
normal
optional
uuid ^1.15.1
normal
rand ^0.9
dev
version_check ^0.9.4
build
Versions
19.49%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ToIdx
polars_
utils
0.51.0
ToIdx
Required Methods
to_idx
Implementations on Foreign Types
i8
i16
i32
i64
u8
u16
u32
u64
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
§