#community-help

Seeking Negation of Range in int64 Array Query

TLDR Akashchellakumar asked how to find the negation of a range in an int64 array. Kishore Nallan responded that there is currently no method available.

Powered by Struct AI

1

Oct 14, 2022 (14 months ago)
Akashchellakumar
Photo of md5-f291ced1bc3cf23e7631bc5253ffb9dc
Akashchellakumar
05:13 AM
Hello guys,
We have an int64 array named rental_date_int, we are applying filter_by=rental_date_int:=[1665819798..1666251798].
The filter mentioned above query works fine. But what we need is to find the negation of the range. Is there any way ?
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
05:17 AM
We don't have a way to do that for integer types but it's on our short term roadmap.

1