jmalkin opened a new pull request, #329: URL: https://github.com/apache/datasketches-cpp/pull/329
This adds tuple sketch support to the python library, and specifically provides an arbitrary python object as the summary, as well as custom python policies for set operations. A few basic policy implementations are included. They both demonstrate examples of how to implement a custom policy as well as provide a few basic options that seem reasonably useful. (The always 1 policy perhaps less so.) I think I should probably split the code in tuple_wrapper.cpp into a couple files, specifically pulling out the policy structs into their own header. But that would only ever be used from that one wrapper class so it's not obvious if that's actually useful? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
