goldmedal commented on code in PR #11681: URL: https://github.com/apache/datafusion/pull/11681#discussion_r1715315678
########## datafusion/expr/src/expr.rs: ########## @@ -970,6 +976,72 @@ impl GroupingSet { } } +#[derive(Clone, PartialEq, Eq, Hash, Debug, Default)] +pub struct WildcardOptions { Review Comment: Sure, I added descriptions for the purpose and source of each option. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org