Interface ISummaryProvider

    • Field Detail

      • DEFAULT_SUMMARY_VALUE

        static final Object DEFAULT_SUMMARY_VALUE
      • NONE

        static final ISummaryProvider NONE
        Register this instance to indicate that a summary is not required. Doing so avoids calls to the ISummaryProvider and is a performance tweak.
    • Method Detail

      • summarize

        Object summarize​(int columnIndex)
        Parameters:
        columnIndex - The column index of the column for which the summary should be calculated.
        Returns:
        The calculated summary value for the column.