feiniaofeiafei commented on code in PR #63690:
URL: https://github.com/apache/doris/pull/63690#discussion_r3402060632


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/eageraggregation/PushDownAggContext.java:
##########
@@ -117,7 +128,22 @@ public List<SlotReference> getGroupKeys() {
 
     public PushDownAggContext withGroupKeys(List<SlotReference> groupKeys) {
         return new PushDownAggContext(aggFunctions, groupKeys, aliasMap,
-                cascadesContext, passThroughBigJoin, hasDecomposedAggIf, 
hasCaseWhen);
+                cascadesContext, passThroughBigJoin, hasDecomposedAggIf, 
hasCaseWhen,
+                bilateralState);
+    }
+
+    /**
+     * Derive a child context for one branch of a join during bilateral 
push-down.
+     */
+    public PushDownAggContext forBilateralBranch(List<AggregateFunction> 
branchAggFunctions,

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to