remote exchange (GATHER, SINGLE, [])
    local exchange (GATHER, UNKNOWN, [])
        remote exchange (REPARTITION, ROUND_ROBIN, [])
            local exchange (GATHER, SINGLE, [])
                remote exchange (REPARTITION, HASH, [i_class])
                    final aggregation over (i_category, i_class, i_current_price, i_item_desc, i_item_id)
                        local exchange (GATHER, SINGLE, [])
                            remote exchange (REPARTITION, HASH, [i_category, i_class, i_current_price, i_item_desc, i_item_id])
                                intermediate aggregation over (i_category, i_class, i_current_price, i_item_desc, i_item_id)
                                    join (INNER, REPLICATED):
                                        partial aggregation over (ss_item_sk)
                                            join (INNER, REPLICATED):
                                                dynamic filter (ss_item_sk::EQUAL, ss_sold_date_sk::EQUAL)
                                                    scan store_sales
                                                local exchange (GATHER, SINGLE, [])
                                                    remote exchange (REPLICATE, BROADCAST, [])
                                                        scan date_dim
                                        local exchange (GATHER, SINGLE, [])
                                            remote exchange (REPLICATE, BROADCAST, [])
                                                scan item
