datafusion_expr::utils

Function can_hash

Source
pub fn can_hash(data_type: &DataType) -> bool
Expand description

Can this data type be used in hash join equal conditions?? Data types here come from function ‘equal_rows’, if more data types are supported in equal_rows(hash join), add those data types here to generate join logical plan.