You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mizzao it's me again. I am trying to do an operation on a partitioned collection. Basically, I want to query something on the collection and just return the results. Is it achievable with Partitioner.directOperation ? My collection basically contains email addresses and I want to check if an email address belongs to another partition.
Im pretty confused because I can't seem to return anything. Any thoughts?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @mizzao it's me again. I am trying to do an operation on a partitioned collection. Basically, I want to query something on the collection and just return the results. Is it achievable with
Partitioner.directOperation
? My collection basically contains email addresses and I want to check if an email address belongs to another partition.Im pretty confused because I can't seem to return anything. Any thoughts?
Thanks!
The text was updated successfully, but these errors were encountered: