Docs.rs
datafusion-physical-expr-32.0.0
datafusion-physical-expr 32.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
xudong963
Dependencies
ahash ^0.8
normal
arrow ^47.0.0
normal
arrow-array ^47.0.0
normal
arrow-buffer ^47.0.0
normal
arrow-schema ^47.0.0
normal
base64 ^0.21
normal
blake2 ^0.10.2
normal
blake3 ^1.0
normal
chrono ^0.4.31
normal
datafusion-common ^32.0.0
normal
datafusion-expr ^32.0.0
normal
half ^2.1
normal
hashbrown ^0.14
normal
hex ^0.4
normal
indexmap ^2.0.0
normal
itertools ^0.11
normal
libc ^0.2.140
normal
log ^0.4
normal
md-5 ^0.10.0
normal
paste ^1.0
normal
petgraph ^0.6.2
normal
rand ^0.8
normal
regex ^1.8
normal
sha2 ^0.10.1
normal
unicode-segmentation ^1.7.1
normal
uuid ^1.2
normal
criterion ^0.5
dev
rand ^0.8
dev
rstest ^0.18.0
dev
Versions
82.09%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
☰
datafusion_physical_expr
32.0.0
HashValue
Required Methods
hash_one
Implementations on Foreign Types
&'a T
[u8]
bool
f16
f32
f64
i128
i16
i256
i32
i64
i8
str
u16
u32
u64
u8
Implementors
In datafusion_physical_expr::hash_utils
?
Trait
datafusion_physical_expr
::
hash_utils
::
HashValue
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
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
§