Files
doris/regression-test/data/nereids_rules_p0/eager_aggregate/basic.out
minghong 17a2b89945 [runtimeFilter](nereids) expand runtime filter by join condition by default (#29633)
1. expand rf by join condition 
2. fix ignore_shape_nodes bug
2024-01-12 11:59:27 +08:00

44 lines
1.4 KiB
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !1 --
PhysicalResultSink
--hashAgg[GLOBAL]
----hashAgg[LOCAL]
------hashJoin[INNER_JOIN] hashCondition=((a.device_id = b.device_id)) otherCondition=()
--------hashAgg[LOCAL]
----------filter((a.event_id = 'ad_click'))
------------PhysicalOlapScan[com_dd_library]
--------hashAgg[LOCAL]
----------filter((cast(experiment_id as DOUBLE) = 37.0))
------------PhysicalOlapScan[shunt_log_com_dd_library]
-- !2 --
PhysicalResultSink
--hashAgg[GLOBAL]
----hashAgg[LOCAL]
------hashJoin[INNER_JOIN] hashCondition=((a.device_id = b.device_id)) otherCondition=()
--------hashAgg[LOCAL]
----------PhysicalOlapScan[com_dd_library]
--------hashAgg[LOCAL]
----------filter((cast(experiment_id as DOUBLE) = 73.0))
------------PhysicalOlapScan[shunt_log_com_dd_library]
-- !3 --
PhysicalResultSink
--hashAgg[GLOBAL]
----hashAgg[LOCAL]
------hashJoin[INNER_JOIN] hashCondition=((a.device_id = b.device_id)) otherCondition=()
--------PhysicalOlapScan[com_dd_library]
--------filter((cast(experiment_id as DOUBLE) = 73.0))
----------PhysicalOlapScan[shunt_log_com_dd_library]
-- !4 --
PhysicalResultSink
--hashAgg[GLOBAL]
----hashAgg[LOCAL]
------hashJoin[INNER_JOIN] hashCondition=((a.device_id = b.device_id)) otherCondition=()
--------hashAgg[LOCAL]
----------PhysicalOlapScan[com_dd_library]
--------hashAgg[LOCAL]
----------PhysicalOlapScan[shunt_log_com_dd_library]