You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2022/06/10 09:35:31 UTC

[GitHub] [datasketches-cpp] jmalkin commented on issue #286: TupleSketch support for Python?

jmalkin commented on issue #286:
URL: https://github.com/apache/datasketches-cpp/issues/286#issuecomment-1152170606

   We don't have serialization for anything with a custom type, much less something more complex like the operations on a summary object. Contributions of a reasonable generic model are certainly welcome :smile: 
   
   You may also have noticed that we have quantiles sketches defined only for a few numeric types in python, even though the underlying C++ classes can work with anything comparable. Same reason there, except that floats/doubles/ints have trivial comparators which lets us add them.


-- 
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: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org