DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.addAllQuartiles(Iterable<? extends Double> values) |
A quartile divides the number of data points into four parts, or
quarters, of more-or-less equal size.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.addQuartiles(double value) |
A quartile divides the number of data points into four parts, or
quarters, of more-or-less equal size.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.clear() |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.clearAverage() |
Average of non-null values in the scanned data.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.clearMax() |
Maximum of non-null values in the scanned data.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.clearMin() |
Minimum of non-null values in the scanned data.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.clearQuartiles() |
A quartile divides the number of data points into four parts, or
quarters, of more-or-less equal size.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.clearStandardDeviation() |
Standard deviation of non-null values in the scanned data.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.clone() |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.Builder.getDoubleProfileBuilder() |
Double type field information.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.mergeFrom(DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo other) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.newBuilder() |
|
static DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.newBuilder(DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo prototype) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.newBuilderForType() |
|
protected DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.setAverage(double value) |
Average of non-null values in the scanned data.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.setMax(double value) |
Maximum of non-null values in the scanned data.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.setMin(double value) |
Minimum of non-null values in the scanned data.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.setQuartiles(int index,
double value) |
A quartile divides the number of data points into four parts, or
quarters, of more-or-less equal size.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.setStandardDeviation(double value) |
Standard deviation of non-null values in the scanned data.
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder |
DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.toBuilder() |
|