Interface DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder (1.10.0)

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

Implements

MessageOrBuilder

Methods

getAverageLength()

public abstract double getAverageLength()

The average length of a string field in the sampled data. Optional if zero non-null rows.

double average_length = 3;

Returns
TypeDescription
double

The averageLength.

getMaxLength()

public abstract long getMaxLength()

The maximum length of a string field in the sampled data. Optional if zero non-null rows.

int64 max_length = 2;

Returns
TypeDescription
long

The maxLength.

getMinLength()

public abstract long getMinLength()

The minimum length of the string field in the sampled data. Optional if zero non-null rows.

int64 min_length = 1;

Returns
TypeDescription
long

The minLength.