get_alias_layer_from_node

Function get_alias_layer_from_node 

Source
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 TODO(discord9): also support merge scan node