fn get_alias_layer_from_node(node: &LogicalPlan) -> Result<AliasLayer>
Expand description
Return a mapping of original column to all the aliased columns in current node of the plan
fn get_alias_layer_from_node(node: &LogicalPlan) -> Result<AliasLayer>
Return a mapping of original column to all the aliased columns in current node of the plan