pub(super) fn extract_stream_node_infos(
fragments: Vec<FragmentInfo>,
) -> (u64, HashSet<u32>, HashMap<u64, StreamNode>)
Expand description
Extracts the root node of the plan, as well as the adjacency list
pub(super) fn extract_stream_node_infos(
fragments: Vec<FragmentInfo>,
) -> (u64, HashSet<u32>, HashMap<u64, StreamNode>)
Extracts the root node of the plan, as well as the adjacency list