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
can_hash in datafusion_expr::utils - Rust
[go: Go Back, main page]

Function datafusion_expr::utils::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.