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
check_join_is_valid in datafusion::physical_plan::joins::utils - Rust
[go: Go Back, main page]

Function check_join_is_valid

Source
pub fn check_join_is_valid(
    left: &Schema,
    right: &Schema,
    on: &[(Arc<dyn PhysicalExpr>, Arc<dyn PhysicalExpr>)],
) -> Result<(), DataFusionError>
Expand description

Checks whether the schemas “left” and “right” and columns “on” represent a valid join. They are valid whenever their columns’ intersection equals the set on