seawinde commented on code in PR #28596:
URL: https://github.com/apache/doris/pull/28596#discussion_r1430896963
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/PlaceholderExpression.java:
##########
@@ -46,10 +46,23 @@ public PlaceholderExpression(List<Expression> children,
Class<? extends Expressi
this.position = position;
}
+ public PlaceholderExpression(List<Expression> children, Class<? extends
Expression> delegateClazz, int position,
Review Comment:
the same as above.
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/PlaceholderExpression.java:
##########
@@ -33,7 +33,7 @@
* @see PlaceholderCollector
*/
public class PlaceholderExpression extends Expression implements
AlwaysNotNullable {
-
+ protected boolean distinct;
Review Comment:
the same as above.
--
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]