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
I am new to the concept of private computation and join but super excited about what that looks in the future and what it can mean for small businesses down the road.
Would it be possible to have a Set of values when doing the intersection?
Something like this, for example:
Dataset 1
Name
Phone
Ruby
111-111-2222
Ada
333-333-3333
Alexander
444-444-4444
Mika
Dataset 2
Name
Phone
Associated Values
Ruby
111-111-2222
10
Mike
555-555-5555
30
Alex
444-444-4444
30
Ideally, I would like this to return 2 matches: Ruby (matches on both Name and Phone) and Alex (matches on Phone).
Thank you for any help!
The text was updated successfully, but these errors were encountered:
I am new to the concept of private computation and join but super excited about what that looks in the future and what it can mean for small businesses down the road.
Would it be possible to have a Set of values when doing the intersection?
Something like this, for example:
Dataset 1
Dataset 2
Ideally, I would like this to return 2 matches: Ruby (matches on both Name and Phone) and Alex (matches on Phone).
Thank you for any help!
The text was updated successfully, but these errors were encountered: