TakeOrderedAndProject [cd_gender,cd_marital_status,cd_education_status,cd_purchase_estimate,cd_credit_rating,cd_dep_count,cd_dep_employed_count,cd_dep_college_count,cnt1,cnt2,cnt3,cnt4,cnt5,cnt6]
  WholeStageCodegen (15)
    HashAggregate [cd_gender,cd_marital_status,cd_education_status,cd_purchase_estimate,cd_credit_rating,cd_dep_count,cd_dep_employed_count,cd_dep_college_count,count] [count(1),cnt1,cnt2,cnt3,cnt4,cnt5,cnt6,count]
      InputAdapter
        Exchange [cd_gender,cd_marital_status,cd_education_status,cd_purchase_estimate,cd_credit_rating,cd_dep_count,cd_dep_employed_count,cd_dep_college_count] #1
          WholeStageCodegen (14)
            HashAggregate [cd_gender,cd_marital_status,cd_education_status,cd_purchase_estimate,cd_credit_rating,cd_dep_count,cd_dep_employed_count,cd_dep_college_count] [count,count]
              Project [cd_gender,cd_marital_status,cd_education_status,cd_purchase_estimate,cd_credit_rating,cd_dep_count,cd_dep_employed_count,cd_dep_college_count]
                BroadcastHashJoin [c_current_cdemo_sk,cd_demo_sk]
                  InputAdapter
                    BroadcastExchange #2
                      WholeStageCodegen (13)
                        Project [c_current_cdemo_sk]
                          BroadcastHashJoin [c_current_addr_sk,ca_address_sk]
                            Project [c_current_cdemo_sk,c_current_addr_sk]
                              SortMergeJoin [c_customer_sk,customer_sk]
                                InputAdapter
                                  WholeStageCodegen (8)
                                    SortMergeJoin [c_customer_sk,customer_sk]
                                      InputAdapter
                                        WholeStageCodegen (2)
                                          Sort [c_customer_sk]
                                            InputAdapter
                                              Exchange [c_customer_sk] #3
                                                WholeStageCodegen (1)
                                                  Filter [c_customer_sk,c_current_addr_sk,c_current_cdemo_sk]
                                                    Subquery #1
                                                      ObjectHashAggregate [buf] [bloom_filter_agg(xxhash64(ca_address_sk, 42), 2555, 57765, 0, 0),bloomFilter,buf]
                                                        Exchange #4
                                                          ObjectHashAggregate [ca_address_sk] [buf,buf]
                                                            WholeStageCodegen (1)
                                                              Project [ca_address_sk]
                                                                Filter [ca_county,ca_address_sk]
                                                                  ColumnarToRow
                                                                    InputAdapter
                                                                      Scan parquet spark_catalog.default.customer_address [ca_address_sk,ca_county]
                                                    ColumnarToRow
                                                      InputAdapter
                                                        Scan parquet spark_catalog.default.customer [c_customer_sk,c_current_cdemo_sk,c_current_addr_sk]
                                      InputAdapter
                                        WholeStageCodegen (7)
                                          Sort [customer_sk]
                                            InputAdapter
                                              Exchange [customer_sk] #5
                                                Union
                                                  WholeStageCodegen (4)
                                                    Project [ws_bill_customer_sk]
                                                      BroadcastHashJoin [ws_sold_date_sk,d_date_sk]
                                                        Filter [ws_bill_customer_sk]
                                                          ColumnarToRow
                                                            InputAdapter
                                                              Scan parquet spark_catalog.default.web_sales [ws_bill_customer_sk,ws_sold_date_sk]
                                                                SubqueryBroadcast [d_date_sk] #2
                                                                  BroadcastExchange #6
                                                                    WholeStageCodegen (1)
                                                                      Project [d_date_sk]
                                                                        Filter [d_year,d_moy,d_date_sk]
                                                                          ColumnarToRow
                                                                            InputAdapter
                                                                              Scan parquet spark_catalog.default.date_dim [d_date_sk,d_year,d_moy]
                                                        InputAdapter
                                                          ReusedExchange [d_date_sk] #6
                                                  WholeStageCodegen (6)
                                                    Project [cs_ship_customer_sk]
                                                      BroadcastHashJoin [cs_sold_date_sk,d_date_sk]
                                                        Filter [cs_ship_customer_sk]
                                                          ColumnarToRow
                                                            InputAdapter
                                                              Scan parquet spark_catalog.default.catalog_sales [cs_ship_customer_sk,cs_sold_date_sk]
                                                                ReusedSubquery [d_date_sk] #2
                                                        InputAdapter
                                                          ReusedExchange [d_date_sk] #6
                                InputAdapter
                                  WholeStageCodegen (11)
                                    Sort [customer_sk]
                                      InputAdapter
                                        Exchange [customer_sk] #7
                                          WholeStageCodegen (10)
                                            Project [ss_customer_sk]
                                              BroadcastHashJoin [ss_sold_date_sk,d_date_sk]
                                                Filter [ss_customer_sk]
                                                  ColumnarToRow
                                                    InputAdapter
                                                      Scan parquet spark_catalog.default.store_sales [ss_customer_sk,ss_sold_date_sk]
                                                        ReusedSubquery [d_date_sk] #2
                                                InputAdapter
                                                  ReusedExchange [d_date_sk] #6
                            InputAdapter
                              BroadcastExchange #8
                                WholeStageCodegen (12)
                                  Project [ca_address_sk]
                                    Filter [ca_county,ca_address_sk]
                                      ColumnarToRow
                                        InputAdapter
                                          Scan parquet spark_catalog.default.customer_address [ca_address_sk,ca_county]
                  Filter [cd_demo_sk]
                    ColumnarToRow
                      InputAdapter
                        Scan parquet spark_catalog.default.customer_demographics [cd_demo_sk,cd_gender,cd_marital_status,cd_education_status,cd_purchase_estimate,cd_credit_rating,cd_dep_count,cd_dep_employed_count,cd_dep_college_count]
