Class ColumnSummary

    • Constructor Detail

      • ColumnSummary

        public ColumnSummary()
        Deprecated.
    • Method Detail

      • getTotalCount

        public long getTotalCount()
        Deprecated.
        The number of all rows in this column including both nulls and non-nulls.
      • getNonNullCount

        public abstract long getNonNullCount()
        Deprecated.
        The number of non-null values in this column.
      • getNullCount

        public abstract long getNullCount()
        Deprecated.
        The number of null values in this column.
      • containsNull

        public boolean containsNull()
        Deprecated.
        True if this column contains any null values.
      • containsNonNull

        public boolean containsNonNull()
        Deprecated.
        True if this column contains any non-null values.