pub(crate) fn find_unnest_node_until_relation(
plan: &LogicalPlan,
) -> Option<&Unnest>Expand description
Recursively searches children of LogicalPlan to find Unnest node if exist until encountering a Relation node with single input
pub(crate) fn find_unnest_node_until_relation(
plan: &LogicalPlan,
) -> Option<&Unnest>Recursively searches children of LogicalPlan to find Unnest node if exist until encountering a Relation node with single input