Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Identifier set intersection #34

Open
flaviotsf opened this issue Jun 3, 2022 · 0 comments
Open

[Question] Identifier set intersection #34

flaviotsf opened this issue Jun 3, 2022 · 0 comments

Comments

@flaviotsf
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant