peterxcli commented on issue #23376: URL: https://github.com/apache/datafusion/issues/23376#issuecomment-5047812446
> still use a CASE expression over the ranges but make the CASE expression evaluation support a mode where it does a binary search when the cases are ordered Agree with this direction, this is cleaner and avoid additional physical expression(udf) implementation for the range binary search. @jayshrivastava Thanks for the info, let me start to implement in this direction! then following the binary search opt. for case over ordered range. -- 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]
