apache / datasketches-cpp

Core C++ Sketch Library
https://datasketches.apache.org
Apache License 2.0
225 stars 71 forks source link

Added get_lg_k to cpc's python wrapper #377

Closed tadejstajner closed 1 year ago

tadejstajner commented 1 year ago

We're using the CPC module from Python, and it's convenient to be able to call get_lg_k to see with what parameter a sketch was configured with. This PR exposes it via Python bindings.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5312561750


Totals Coverage Status
Change from base Build 5258088741: 0.0%
Covered Lines: 4902
Relevant Lines: 5053

💛 - Coveralls