drin commented on issue #18319: URL: https://github.com/apache/datafusion/issues/18319#issuecomment-3916501200
@sdf-jkl I have a couple questions I'm hoping you can help me out with: 1. for `take_function_args` for `date_trunc` function, do I get the comparison operator? I need to know for example if the predicate is an inequality and which direction (<= vs < and >= vs >). 2. in `preimage` for `date_part` you used `part_normalization` and change the `part` argument to a simplified string. I assume I should expect the same argument for `date_trunc`? As in, I should convert the `part` to a string in a similar manner? Thanks! -- 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]
