public static interface DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCount()
public abstract long getCount()Count of the corresponding value in the scanned data.
int64 count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The count. |
getValue()
public abstract String getValue()String value of a top N non-null value.
string value = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()String value of a top N non-null value.
string value = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |