Docs.rs
datafusion-physical-plan-43.0.0
datafusion-physical-plan 43.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
Dependencies
ahash ^0.8
normal
arrow ^53.2.0
normal
arrow-array ^53.2.0
normal
arrow-buffer ^53.2.0
normal
arrow-ord ^53.2.0
normal
arrow-schema ^53.2.0
normal
async-trait ^0.1.73
normal
chrono ^0.4.38
normal
datafusion-common ^43.0.0
normal
datafusion-common-runtime ^43.0.0
normal
datafusion-execution ^43.0.0
normal
datafusion-expr ^43.0.0
normal
datafusion-functions-aggregate-common ^43.0.0
normal
datafusion-functions-window-common ^43.0.0
normal
datafusion-physical-expr ^43.0.0
normal
datafusion-physical-expr-common ^43.0.0
normal
futures ^0.3
normal
half ^2.2.1
normal
hashbrown ^0.14.5
normal
indexmap ^2.0.0
normal
itertools ^0.13
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
criterion ^0.5
dev
datafusion-functions-aggregate ^43.0.0
dev
rstest ^0.23.0
dev
rstest_reuse ^0.7.0
dev
tokio ^1.36
dev
Versions
90.31%
of the crate is documented
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
43.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::
execution_
plan::
hash_
utils
datafusion_physical_plan
::
execution_plan
::
hash_utils
Trait
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
§