pub fn build_join_schema(
    left: &Schema,
    right: &Schema,
    join_type: &JoinType
) -> (Schema, Vec<ColumnIndex>)
Expand description

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