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_hashes in datafusion::common::hash_utils - Rust
[go: Go Back, main page]

datafusion::common::hash_utils

Function create_hashes

Source
pub fn create_hashes<'a>(
    arrays: &[Arc<dyn Array>],
    random_state: &RandomState,
    hashes_buffer: &'a mut Vec<u64>,
) -> Result<&'a mut Vec<u64>, DataFusionError>
Expand description

Creates hash values for every row, based on the values in the columns.

The number of rows to hash is determined by hashes_buffer.len(). hashes_buffer should be pre-sized appropriately