pepijnve commented on code in PR #18821:
URL: https://github.com/apache/datafusion/pull/18821#discussion_r2542503366
##########
datafusion/expr/src/expr_rewriter/mod.rs:
##########
@@ -31,7 +31,12 @@ use datafusion_common::tree_node::{Transformed,
TransformedResult, TreeNode};
use datafusion_common::TableReference;
use datafusion_common::{Column, DFSchema, Result};
+mod guarantees;
+pub use guarantees::rewrite_with_guarantees;
+pub use guarantees::rewrite_with_guarantees_map;
+pub use guarantees::GuaranteeRewriter;
Review Comment:
Only being made public to be able to keep the reexport from
`datafusion_optimizer`.
--
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]