jayzhan211 commented on code in PR #11376:
URL: https://github.com/apache/datafusion/pull/11376#discussion_r1671431887


##########
datafusion/optimizer/src/analyzer2.rs:
##########
@@ -0,0 +1,13 @@
+mod count_wildcard_rule;
+mod function_rewrite;
+
+
+// Plan common things about AnalyzerRule, like trait, struct, utils function 
for all the sub-crate
+
+pub trait AnalyzerRule {

Review Comment:
   The same as what `mod.rs` is but more descriptive name other than `mod.rs`



-- 
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