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

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


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