-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
The interval fuzzer only generates intervals with int32 bounds. This should be extended to handle bounds of different types.
One way to implement this is to have each bit in the ExtendedBitset class be an index into another list. This new list will be ABT values of any type, sorted ascending.