pub fn merge_schema(inputs: &[&LogicalPlan]) -> DFSchema
Expand description
merge inputs schema into a single schema.
This function merges schemas from multiple logical plan inputs using DFSchema::merge
.
Refer to that documentation for details on precedence and metadata handling.