Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
create_row_hashes in datafusion_common::hash_utils - Rust
[go: Go Back, main page]

Function datafusion_common::hash_utils::create_row_hashes

source ·
pub fn create_row_hashes<'a>(
    rows: &[Vec<u8>],
    random_state: &RandomState,
    hashes_buffer: &'a mut Vec<u64>
) -> Result<&'a mut Vec<u64>>
Expand description

Creates hash values for every row, based on their raw bytes.