devanshu0987 commented on PR #20099:
URL: https://github.com/apache/datafusion/pull/20099#issuecomment-3845736417

   > @devanshu0987 it seems like a similar technique could be used for `ceil` 
-- if you agree I will file a ticket to track
   
   Hi @alamb , I would like to attempt this technique for the following 
functions
   
   - `ceil` and `round`
     - `ceil(x) = 5` -> `(4, 5]` 
     - `round(x) = 5` -> `[4.5, 5.5)` 
   - String Prefix Functions
     - `left(s, 2) = 'AB'` -> Lexicographically `['AB', 'AC')` -> Not sure if 
this is already implemented.


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