-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
Placeholder needs fleshing out
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently interval types are represented as single primitive i64, i128, etc... This is despite them being composite types. The result is error prone, leading to incorrect overflow, parsing, etc... behaviour
Describe the solution you'd like
I would like to use a structured type as the native type for interval arrays, in a similae vein to the custom i256 type
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog