Package com.whylogs.core
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 intFREQUENT_MAX_LG_K -
Constructor Summary
Constructors Constructor Description ColumnProfile(java.lang.String columnName) -
Method Summary
Modifier and Type Method Description static ColumnProfilefromProtobuf(com.whylogs.core.message.ColumnMessage message)ColumnProfilemerge(ColumnProfile other)ColumnProfilemerge(ColumnProfile other, boolean checkName)com.whylogs.core.message.ColumnSummarytoColumnSummary()com.whylogs.core.message.ColumnMessage.BuildertoProtobuf()voidtrack(java.lang.Object value)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
FREQUENT_MAX_LG_K
public static final int FREQUENT_MAX_LG_K- See Also:
- Constant Field Values
-
-
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
-
merge
-
toProtobuf
public com.whylogs.core.message.ColumnMessage.Builder toProtobuf() -
fromProtobuf
-