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]

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>
Available on crate feature force_hash_collisions only.
Expand description

Test version of create_hashes that produces the same value for all hashes (to test collisions)

See comments on hashes_buffer for more details