Class ThetaSketch

java.lang.Object
com.whylogs.core.utils.sketches.ThetaSketch

public class ThetaSketch
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ThetaSketch()  
  • Method Summary

    Modifier and Type Method Description
    org.apache.datasketches.theta.Union deserialize​(com.google.protobuf.ByteString data)  
    com.google.protobuf.ByteString serialize​(org.apache.datasketches.theta.Union thetaUnionSketch)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ThetaSketch

      public ThetaSketch()
  • Method Details

    • serialize

      public com.google.protobuf.ByteString serialize​(org.apache.datasketches.theta.Union thetaUnionSketch)
    • deserialize

      public org.apache.datasketches.theta.Union deserialize​(com.google.protobuf.ByteString data)