Docs.rs
polars-core-0.32.1
polars-core 0.32.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
stijnherfst
Dependencies
ahash ^0.8
normal
arrow2 ^0.17.4
normal
bitflags ^2
normal
chrono ^0.4
normal
chrono-tz ^0.8.1
normal
comfy-table ^7.0.1
normal
either ^1.8
normal
hashbrown ^0.14
normal
indexmap ^2
normal
itoap ^1
normal
ndarray ^0.15
normal
num-traits ^0.2
normal
object_store ^0.6
normal
once_cell ^1
normal
polars-arrow ^0.32.1
normal
polars-error ^0.32.1
normal
polars-row ^0.32.1
normal
polars-utils ^0.32.1
normal
rand ^0.8
normal
rand_distr ^0.4
normal
rayon ^1.6
normal
regex ^1.7.1
normal
serde ^1.0.160
normal
serde_json ^1
normal
smartstring ^1
normal
thiserror ^1
normal
url ^2.3.1
normal
xxhash-rust ^0.8.6
normal
bincode ^1
dev
serde_json ^1
dev
version_check ^0.9.4
build
Versions
57.09%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
AsU64
Required Methods
as_u64
Implementations on Foreign Types
&T
Option<&T>
Option<u32>
Option<u64>
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In polars_core::hashing::partition
?
Trait
polars_core
::
hashing
::
partition
::
AsU64
source
·
[
−
]
pub trait AsU64 { // Required method fn
as_u64
(self) ->
u64
; }
Required Methods
§
source
fn
as_u64
(self) ->
u64
Implementations on Foreign Types
§
source
§
impl
AsU64
for
i8
source
§
fn
as_u64
(self) ->
u64
source
§
impl
AsU64
for
i32
source
§
fn
as_u64
(self) ->
u64
source
§
impl<T:
AsU64
+
Copy
>
AsU64
for
Option
<
&T
>
source
§
fn
as_u64
(self) ->
u64
source
§
impl
AsU64
for
Option
<
u64
>
source
§
fn
as_u64
(self) ->
u64
source
§
impl
AsU64
for
u64
source
§
fn
as_u64
(self) ->
u64
source
§
impl
AsU64
for
i16
source
§
fn
as_u64
(self) ->
u64
source
§
impl
AsU64
for
u32
source
§
fn
as_u64
(self) ->
u64
source
§
impl
AsU64
for
i64
source
§
fn
as_u64
(self) ->
u64
source
§
impl
AsU64
for
Option
<
u32
>
source
§
fn
as_u64
(self) ->
u64
source
§
impl
AsU64
for
u16
source
§
fn
as_u64
(self) ->
u64
source
§
impl
AsU64
for
u8
source
§
fn
as_u64
(self) ->
u64
source
§
impl<T:
AsU64
+
Copy
>
AsU64
for
&T
source
§
fn
as_u64
(self) ->
u64
Implementors
§