Closed on99 closed 2 years ago
Indeed, this is a limitation of the current API. To properly solve for this we would need multi-column index I believe, so you could build an index that takes both a
and b
columns and applies the predicate on both. Currently, you would only be able solve it with Range()
itself.