Files
doris/regression-test/data/nereids_shape_check/load.out
2023-11-28 10:41:16 +08:00

38 lines
1.2 KiB
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !bc1 --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------hashJoin[INNER_JOIN] hashCondition=((t1.code = t2.ACCEPT_ORG_CODE)) otherCondition=() build RFs:RF0 code->[ACCEPT_ORG_CODE]
--------PhysicalOlapScan[t2] apply RFs: RF0
--------PhysicalDistribute
----------PhysicalOlapScan[t1]
-- !bc2 --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------hashJoin[LEFT_OUTER_JOIN] hashCondition=((t1.code = t2.ACCEPT_ORG_CODE)) otherCondition=()
--------PhysicalOlapScan[t2]
--------PhysicalDistribute
----------PhysicalOlapScan[t1]
-- !bc3 --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------hashJoin[INNER_JOIN] hashCondition=((t1.code = t2.ACCEPT_ORG_CODE)) otherCondition=() build RFs:RF0 code->[ACCEPT_ORG_CODE]
--------PhysicalOlapScan[t2] apply RFs: RF0
--------PhysicalDistribute
----------PhysicalOlapScan[t1]
-- !bc4 --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------hashJoin[LEFT_OUTER_JOIN] hashCondition=((t1.code = t2.ACCEPT_ORG_CODE)) otherCondition=()
--------PhysicalOlapScan[t2]
--------PhysicalDistribute
----------PhysicalOlapScan[t1]