in python/src/datasketches_spark/kll.py [0:0]
def serialize(self, sketch: kll_doubles_sketch) -> bytes: if sketch is None: return None return sketch.serialize()