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/04/25 20:33:27 UTC

[GitHub] [datasketches-postgresql] AlexanderSaydakov commented on issue #48: Question: how to add an item to a theta sketch

AlexanderSaydakov commented on issue #48:
URL: https://github.com/apache/datasketches-postgresql/issues/48#issuecomment-1109013590

   Yes, the theta_sketch_add_item function is an internal function. It is a state transition function that is needed to define an aggregate function.
   Usually sketches are built from raw data for particular periods of time and particular combinations of dimensions. Those datasets become the base table (hypercube). Then the base table is queried for a particular reporting period with a subset of dimensions. That would be the union of sketches.


-- 
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