final hashaggregation over ()
    local exchange (GATHER, SINGLE, [])
        remote exchange (GATHER, SINGLE, [])
            partial hashaggregation over ()
                join (FULL, PARTITIONED):
                    final hashaggregation over (ss_customer_sk, ss_item_sk)
                        local exchange (GATHER, SINGLE, [])
                            remote exchange (REPARTITION, HASH, ["ss_customer_sk", "ss_item_sk"])
                                partial hashaggregation over (ss_customer_sk, ss_item_sk)
                                    join (INNER, REPLICATED):
                                        scan store_sales
                                        local exchange (GATHER, SINGLE, [])
                                            remote exchange (REPLICATE, BROADCAST, [])
                                                scan date_dim (pushdown = true)
                    final hashaggregation over (cs_bill_customer_sk, cs_item_sk)
                        local exchange (GATHER, SINGLE, [])
                            remote exchange (REPARTITION, HASH, ["cs_bill_customer_sk", "cs_item_sk"])
                                partial hashaggregation over (cs_bill_customer_sk, cs_item_sk)
                                    join (INNER, REPLICATED):
                                        scan catalog_sales
                                        local exchange (GATHER, SINGLE, [])
                                            remote exchange (REPLICATE, BROADCAST, [])
                                                scan date_dim (pushdown = true)
