WholeStageCodegen (13)
  HashAggregate [count] [count(1),count(1),count]
    InputAdapter
      Exchange #1
        WholeStageCodegen (12)
          HashAggregate [count,count]
            HashAggregate [c_last_name,c_first_name,d_date]
              HashAggregate [c_last_name,c_first_name,d_date]
                HashAggregate [c_last_name,c_first_name,d_date]
                  HashAggregate [c_last_name,c_first_name,d_date]
                    HashAggregate [c_last_name,c_first_name,d_date]
                      InputAdapter
                        Exchange [c_last_name,c_first_name,d_date] #2
                          WholeStageCodegen (11)
                            HashAggregate [c_last_name,c_first_name,d_date]
                              BroadcastHashJoin [c_last_name,c_first_name,d_date,c_last_name,c_first_name,d_date]
                                BroadcastHashJoin [c_last_name,c_first_name,d_date,c_last_name,c_first_name,d_date]
                                  Project [d_date,c_first_name,c_last_name]
                                    BroadcastHashJoin [ss_customer_sk,c_customer_sk]
                                      Project [ss_customer_sk,d_date]
                                        BroadcastHashJoin [ss_sold_date_sk,d_date_sk]
                                          Filter [ss_sold_date_sk,ss_customer_sk]
                                            ColumnarToRow
                                              InputAdapter
                                                Scan parquet default.store_sales [ss_sold_date_sk,ss_customer_sk]
                                          InputAdapter
                                            BroadcastExchange #3
                                              WholeStageCodegen (1)
                                                Project [d_date_sk,d_date]
                                                  Filter [d_month_seq,d_date_sk]
                                                    ColumnarToRow
                                                      InputAdapter
                                                        Scan parquet default.date_dim [d_date_sk,d_date,d_month_seq]
                                      InputAdapter
                                        BroadcastExchange #4
                                          WholeStageCodegen (2)
                                            Filter [c_customer_sk]
                                              ColumnarToRow
                                                InputAdapter
                                                  Scan parquet default.customer [c_customer_sk,c_first_name,c_last_name]
                                  InputAdapter
                                    BroadcastExchange #5
                                      WholeStageCodegen (6)
                                        HashAggregate [c_last_name,c_first_name,d_date]
                                          InputAdapter
                                            Exchange [c_last_name,c_first_name,d_date] #6
                                              WholeStageCodegen (5)
                                                HashAggregate [c_last_name,c_first_name,d_date]
                                                  Project [c_last_name,c_first_name,d_date]
                                                    BroadcastHashJoin [cs_bill_customer_sk,c_customer_sk]
                                                      Project [cs_bill_customer_sk,d_date]
                                                        BroadcastHashJoin [cs_sold_date_sk,d_date_sk]
                                                          Filter [cs_sold_date_sk,cs_bill_customer_sk]
                                                            ColumnarToRow
                                                              InputAdapter
                                                                Scan parquet default.catalog_sales [cs_sold_date_sk,cs_bill_customer_sk]
                                                          InputAdapter
                                                            ReusedExchange [d_date_sk,d_date] #3
                                                      InputAdapter
                                                        ReusedExchange [c_customer_sk,c_first_name,c_last_name] #4
                                InputAdapter
                                  BroadcastExchange #7
                                    WholeStageCodegen (10)
                                      HashAggregate [c_last_name,c_first_name,d_date]
                                        InputAdapter
                                          Exchange [c_last_name,c_first_name,d_date] #8
                                            WholeStageCodegen (9)
                                              HashAggregate [c_last_name,c_first_name,d_date]
                                                Project [c_last_name,c_first_name,d_date]
                                                  BroadcastHashJoin [ws_bill_customer_sk,c_customer_sk]
                                                    Project [ws_bill_customer_sk,d_date]
                                                      BroadcastHashJoin [ws_sold_date_sk,d_date_sk]
                                                        Filter [ws_sold_date_sk,ws_bill_customer_sk]
                                                          ColumnarToRow
                                                            InputAdapter
                                                              Scan parquet default.web_sales [ws_sold_date_sk,ws_bill_customer_sk]
                                                        InputAdapter
                                                          ReusedExchange [d_date_sk,d_date] #3
                                                    InputAdapter
                                                      ReusedExchange [c_customer_sk,c_first_name,c_last_name] #4
