Interface IAggregateConstants

All Known Implementing Classes:
ColInfo

public interface IAggregateConstants
Utility class for formula to contain basic Formula Type values as constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
    For internal use only
    static final short
    Get the average of the data
    static final short
    Get the count of the data
    static final short
    Get the distinct count of the data
    static final short
    Get the first data
    static final short
    Get the last data
    static final short
    Get the maximum of the data
    static final short
    Get the median of the data
    static final short
    Get the minimum of the data
    static final short
    No action on data
    static final short
    Get the standard deviaton of the data
    static final short
    Sum the data
    static final short
    Get the sum of the square of each data
    static final short
    Get the variance of the data