berkaysynnada commented on issue #8078:
URL: 
https://github.com/apache/arrow-datafusion/issues/8078#issuecomment-1799688158

   > ```
   > enum Precision {
   >     Exact(T),
   >     Inexact(T),
   >     Absent,
   >     Between(Interval)
   > }
   > ```
   > 
   > 
   >     
   >   
   > 
   > @berkaysynnada under what circumstances would we use `Inexact`? All the 
cases I can think of `Inexact` now would be handled by `Between` (potentially 
with unbounded intervals)
   
   You are right, I cannot find any case to use Inexact. Any exact value can be 
relaxed to positive or negative side using intervals.


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

Reply via email to