pmcgleenon commented on issue #217: URL: https://github.com/apache/datasketches-rust/issues/217#issuecomment-5407117192
`ReqUnion` is a small builder/accumulator type to take separately-constructed ReqSketchs, merge them in one at a time, then hand back a single combined ReqSketch via to_sketch(). I saw some sketches have this as a dedicated type (e.g. CpcUnion) and some just keep a merge/union method on the sketch. -- 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]
