Docs.rs
datafusion-physical-plan-41.0.0
datafusion-physical-plan 41.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
Dependencies
ahash ^0.8
normal
arrow ^52.2.0
normal
arrow-array ^52.2.0
normal
arrow-buffer ^52.2.0
normal
arrow-ord ^52.2.0
normal
arrow-schema ^52.2.0
normal
async-trait ^0.1.73
normal
chrono ^0.4.34
normal
datafusion-common ^41.0.0
normal
datafusion-common-runtime ^41.0.0
normal
datafusion-execution ^41.0.0
normal
datafusion-expr ^41.0.0
normal
datafusion-functions-aggregate ^41.0.0
normal
datafusion-physical-expr ^41.0.0
normal
datafusion-physical-expr-common ^41.0.0
normal
futures ^0.3
normal
half ^2.2.1
normal
hashbrown ^0.14.5
normal
indexmap ^2.0.0
normal
itertools ^0.12
normal
log ^0.4
normal
once_cell ^1.18.0
normal
parking_lot ^0.12
normal
pin-project-lite ^0.2.7
normal
rand ^0.8
normal
tokio ^1.36
normal
rstest ^0.22.0
dev
rstest_reuse ^0.7.0
dev
tokio ^1.36
dev
Versions
92.06%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
datafusion_
physical_
plan
41.0.0
Hash
Value
Required Methods
hash_one
Implementations on Foreign Types
&'a T
IntervalDayTime
IntervalMonthDayNano
[u8]
bool
f16
f32
f64
i128
i16
i256
i32
i64
i8
str
u16
u32
u64
u8
Implementors
In datafusion_
physical_
plan::
hash_
utils
Trait
datafusion_physical_plan
::
hash_utils
::
HashValue
Copy item path
source
·
[
−
]
pub trait HashValue { // Required method fn
hash_one
(&self, state: &
RandomState
) ->
u64
; }
Required Methods
§
source
fn
hash_one
(&self, state: &
RandomState
) ->
u64
Implementations on Foreign Types
§
source
§
impl
HashValue
for
bool
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
f32
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
f64
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
i8
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
i16
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
i32
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
i64
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
i128
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
str
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
u8
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
u16
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
u32
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
u64
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
i256
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
IntervalDayTime
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
IntervalMonthDayNano
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for
f16
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl
HashValue
for [
u8
]
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
source
§
impl<'a, T>
HashValue
for
&'a T
where T:
HashValue
+ ?
Sized
,
source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
Implementors
§