Interface DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder (1.38.0)

public static interface DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

Count of the corresponding value in the scanned data.

int64 count = 2;

Returns
TypeDescription
long

The count.

getRatio()

public abstract double getRatio()

Ratio of the corresponding value in the field against the total number of rows in the scanned data.

double ratio = 3;

Returns
TypeDescription
double

The ratio.

getValue()

public abstract String getValue()

String value of a top N non-null value.

string value = 1;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

String value of a top N non-null value.

string value = 1;

Returns
TypeDescription
ByteString

The bytes for value.