pub(crate) fn find_unnest_node_within_select(
plan: &LogicalPlan,
) -> Option<&Unnest>Expand description
Recursively searches children of LogicalPlan to find Unnest node if exist
pub(crate) fn find_unnest_node_within_select(
plan: &LogicalPlan,
) -> Option<&Unnest>Recursively searches children of LogicalPlan to find Unnest node if exist