Docs.rs
datafusion-common-48.0.1
datafusion-common 48.0.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
kou
nevi-me
alamb
xudong963
Dependencies
ahash ^0.8
normal
apache-avro ^0.17
normal
optional
arrow ^55.1.0
normal
arrow-ipc ^55.0.0
normal
base64 ^0.22.1
normal
half ^2.6.0
normal
hashbrown ^0.14.5
normal
indexmap ^2.9.0
normal
libc ^0.2.172
normal
log ^0.4
normal
object_store ^0.12.0
normal
optional
parquet ^55.1.0
normal
optional
paste ^1.0.15
normal
pyo3 ^0.24.2
normal
optional
recursive ^0.1.1
normal
optional
sqlparser ^0.55.0
normal
tokio ^1.45
normal
chrono ^0.4.41
dev
insta ^1.43.1
dev
rand ^0.9
dev
web-time ^1.1.0
normal
Versions
81.01%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
datafusion_
common
48.0.1
Hash
Value
Required Methods
hash_one
Implementations on Foreign Types
&T
IntervalDayTime
IntervalMonthDayNano
[u8]
bool
f16
f32
f64
i8
i16
i32
i64
i128
i256
str
u8
u16
u32
u64
Implementors
In datafusion_
common::
hash_
utils
datafusion_common
::
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<T:
HashValue
+ ?
Sized
>
HashValue
for
&T
Source
§
fn
hash_one
(&self, state: &
RandomState
) ->
u64
Implementors
§