Function datafusion_expr::logical_plan::builder::build_join_schema

source ยท
pub fn build_join_schema(
    left: &DFSchema,
    right: &DFSchema,
    join_type: &JoinType,
) -> Result<DFSchema>
Expand description

Creates a schema for a join operation. The fields from the left side are first