-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem or challenge?
As suggested by @wjones127 on #7526 (comment)
When working with Interval analysis the output format is sometimes hard to grok
Describe the solution you'd like
As @wjones127 suggests:
Would be cool to get something like [10, 20], [10, ∞), (-∞, 100] or (-∞, ∞) back. But if we don't feel like that's idiomatic Rust, we should at least change the representation so it indicates whether the bounds are open or closed. Right now the Display implementation for IntervalBound just uses value.
Describe alternatives you've considered
No response
Additional context
I think this is a fairly straightforward coding exercise that would be a good way to get exposure to the DataFusion codebase and interval analysis in particular. Thus marking as good first issue
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers