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

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

Implements

MessageOrBuilder

Methods

getAverageLength()

public abstract double getAverageLength()

Average length of non-null values in the scanned data.

double average_length = 3;

Returns
TypeDescription
double

The averageLength.

getMaxLength()

public abstract long getMaxLength()

Maximum length of non-null values in the scanned data.

int64 max_length = 2;

Returns
TypeDescription
long

The maxLength.

getMinLength()

public abstract long getMinLength()

Minimum length of non-null values in the scanned data.

int64 min_length = 1;

Returns
TypeDescription
long

The minLength.