Interface DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getAverageLength()
      Average length of non-null values in the scanned data.
      long getMaxLength()
      Maximum length of non-null values in the scanned data.
      long getMinLength()
      Minimum length of non-null values in the scanned data.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMinLength

        long getMinLength()
         Minimum length of non-null values in the scanned data.
         
        int64 min_length = 1;
        Returns:
        The minLength.
      • getMaxLength

        long getMaxLength()
         Maximum length of non-null values in the scanned data.
         
        int64 max_length = 2;
        Returns:
        The maxLength.
      • getAverageLength

        double getAverageLength()
         Average length of non-null values in the scanned data.
         
        double average_length = 3;
        Returns:
        The averageLength.