Class StringColumnSummary

    • Constructor Detail

      • StringColumnSummary

        public StringColumnSummary​(long nonNullCount,
                                   long nullCount,
                                   long emptyCount,
                                   Integer minLength,
                                   Integer maxLength,
                                   Double meanLength)
        Deprecated.
    • Method Detail

      • getNonNullCount

        public long getNonNullCount()
        Deprecated.
        Description copied from class: ColumnSummary
        The number of non-null values in this column.
        Specified by:
        getNonNullCount in class ColumnSummary
      • getNullCount

        public long getNullCount()
        Deprecated.
        Description copied from class: ColumnSummary
        The number of null values in this column.
        Specified by:
        getNullCount in class ColumnSummary
      • getEmptyCount

        public long getEmptyCount()
        Deprecated.
        Number of empty strings e.g. java.lang.String.isEmpty().
      • getMinLength

        public Integer getMinLength()
        Deprecated.
        Shortest String length.
      • getMaxLength

        public Integer getMaxLength()
        Deprecated.
        Longest String length.
      • getMeanLength

        public Double getMeanLength()
        Deprecated.