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 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)
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
-
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
-
toProtobuf
public com.whylogs.core.message.ColumnMessage.Builder toProtobuf() -
fromProtobuf
-