Class ObjectColumnSummary

    • Constructor Detail

      • ObjectColumnSummary

        public ObjectColumnSummary​(long notNullCount,
                                   long nullCount)
        Deprecated.
    • Method Detail

      • getNonNullCount

        public long getNonNullCount()
        Deprecated.
        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