Interface DataProfileResult.Profile.Field.ProfileInfo.TopNValueOrBuilder (1.43.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
Type Description
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
Type Description
double

The ratio.

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.