Skip to content

feat: add tuple theta implementation and tests#138

Open
ariesdevil wants to merge 1 commit into
apache:mainfrom
ariesdevil:dev_ariesdevil
Open

feat: add tuple theta implementation and tests#138
ariesdevil wants to merge 1 commit into
apache:mainfrom
ariesdevil:dev_ariesdevil

Conversation

@ariesdevil

Copy link
Copy Markdown

Summary

Implement the Tuple sketch behind a new tuple feature (built on top of theta). A Tuple sketch extends the Theta sketch by attaching a user-defined summary to every retained key, merging summaries on duplicate keys and during set operations.

Summary behavior is injected externally via policies (C++-style) rather than baked into the type.

Note

This implementation is highly inspired by the C++ version.

@ariesdevil

Copy link
Copy Markdown
Author

@tisonkun @PsiACE PTAL if you have time.

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

Successfully merging this pull request may close these issues.

1 participant