Function datafusion::logical_expr::build_join_schema
source ยท pub fn build_join_schema(
left: &DFSchema,
right: &DFSchema,
join_type: &JoinType,
) -> Result<DFSchema, DataFusionError>
Expand description
Creates a schema for a join operation. The fields from the left side are first