pub fn union_by_name(
left_plan: LogicalPlan,
right_plan: LogicalPlan,
) -> Result<LogicalPlan>Expand description
Like union, but combine rows from different tables by name, rather than
by position.
pub fn union_by_name(
left_plan: LogicalPlan,
right_plan: LogicalPlan,
) -> Result<LogicalPlan>Like union, but combine rows from different tables by name, rather than
by position.