Class ColumnProfile

java.lang.Object
com.whylogs.core.ColumnProfile

public class ColumnProfile
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int FREQUENT_MAX_LG_K  
  • Constructor Summary

    Constructors
    Constructor Description
    ColumnProfile​(java.lang.String columnName)  
  • Method Summary

    Modifier and Type Method Description
    static ColumnProfile fromProtobuf​(com.whylogs.core.message.ColumnMessage message)  
    ColumnProfile merge​(ColumnProfile other)  
    ColumnProfile merge​(ColumnProfile other, boolean checkName)  
    com.whylogs.core.message.ColumnSummary toColumnSummary()  
    com.whylogs.core.message.ColumnMessage.Builder toProtobuf()  
    void track​(java.lang.Object value)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ColumnProfile

      public ColumnProfile​(java.lang.String columnName)
  • Method Details

    • track

      public void track​(java.lang.Object value)
    • toColumnSummary

      public com.whylogs.core.message.ColumnSummary toColumnSummary()
    • merge

      public ColumnProfile merge​(ColumnProfile other)
    • merge

      public ColumnProfile merge​(ColumnProfile other, boolean checkName)
    • toProtobuf

      public com.whylogs.core.message.ColumnMessage.Builder toProtobuf()
    • fromProtobuf

      public static ColumnProfile fromProtobuf​(com.whylogs.core.message.ColumnMessage message)