remote exchange (GATHER, SINGLE, [])
    local exchange (GATHER, UNKNOWN, [])
        remote exchange (REPARTITION, ROUND_ROBIN, [])
            final hashaggregation over (count)
                local exchange (GATHER, SINGLE, [])
                    remote exchange (REPARTITION, HASH, ["count"])
                        partial hashaggregation over (count)
                            final hashaggregation over (custkey)
                                local exchange (GATHER, SINGLE, [])
                                    partial hashaggregation over (custkey)
                                        join (LEFT, PARTITIONED):
                                            remote exchange (REPARTITION, HASH, ["custkey"])
                                                scan customer
                                            local exchange (GATHER, SINGLE, [])
                                                remote exchange (REPARTITION, HASH, ["custkey_0"])
                                                    scan orders
