Interface CollectionColumnStatistics

All Superinterfaces:
ColumnStatistics

public interface CollectionColumnStatistics extends ColumnStatistics
Statistics for all of collections such as Map and List.
  • Method Details

    • getMinimumChildren

      long getMinimumChildren()
      Get minimum number of children in the collection.
      Returns:
      the minimum children count
    • getMaximumChildren

      long getMaximumChildren()
      Get maximum number of children in the collection.
      Returns:
      the maximum children count
    • getTotalChildren

      long getTotalChildren()
      Get the total number of children in the collection.
      Returns:
      the total number of children