Skip to main content

compute_semi_join_cache_key

Function compute_semi_join_cache_key 

Source
pub fn compute_semi_join_cache_key(
    table: &str,
    column: &str,
    pred_hash: u64,
) -> u64
Expand description

Compute a cache key hash from table, column, and predicate hash without allocation.