public static interface DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAverageLength()
public abstract double getAverageLength()Average length of non-null values in the scanned data.
double average_length = 3;
| Returns | |
|---|---|
| Type | Description |
double |
The averageLength. |
getMaxLength()
public abstract long getMaxLength()Maximum length of non-null values in the scanned data.
int64 max_length = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The maxLength. |
getMinLength()
public abstract long getMinLength()Minimum length of non-null values in the scanned data.
int64 min_length = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The minLength. |