One Eg: In the dask-cudf query we drop columns right after a merge: https://github.com/rapidsai/gpu-bdb/blob/main/gpu_bdb/queries/q05/gpu_bdb_query_05.py#L57
The dask-sql Version does the full sql query but investigation needs to be done on whether unneeded columns are carried to the of the query and then dropped: https://github.com/rapidsai/gpu-bdb/blob/main/gpu_bdb/queries/q05/gpu_bdb_query_05_dask_sql.py#L34-L70