morrySnow commented on code in PR #34948: URL: https://github.com/apache/doris/pull/34948#discussion_r1607714129
########## fe/fe-core/src/main/java/org/apache/doris/nereids/properties/FuncDeps.java: ########## @@ -71,6 +74,37 @@ public int size() { return items.size(); } + public boolean isEmpty() { + return items.isEmpty(); + } + + /** + * Eliminate all deps in slots Review Comment: nit: add more comment, write an example -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org