pub fn build_join_schema( left: &DFSchema, right: &DFSchema, join_type: &JoinType, ) -> Result<DFSchema>
Creates a schema for a join operation. The fields from the left side are first