My set looks like the following
<uidx, card1, card2, card3 ....>
The card bins has values of the following structure
{endtime:1662772, data: "xyz "}
So each card bin has a datatype of map
Now i want to query a record which has a uidx = “123” , and enTime in all of the card bins is greater then current time
Is it possible with predicate query ?