Enum ExasolAggregateFunction

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      APPROXIMATE_COUNT_DISTINCT
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      AVG
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      CORR
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      COUNT
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      COVAR_POP
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      COVAR_SAMP
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      FIRST_VALUE
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      GROUP_CONCAT
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      LAST_VALUE
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      MAX
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      MEDIAN
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      MIN
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      REGR_AVGX
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      REGR_AVGY
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      REGR_COUNT
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      REGR_INTERCEPT
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      REGR_R2
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      REGR_SLOPE
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      REGR_SXX
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      REGR_SXY
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      REGR_SYY
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      STDDEV
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      STDDEV_POP
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      STDDEV_SAMP
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      SUM
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      VAR_POP
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      VAR_SAMP
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      VARIANCE
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Enum Constant Detail

      • APPROXIMATE_COUNT_DISTINCT

        public static final ExasolAggregateFunction APPROXIMATE_COUNT_DISTINCT
        Deprecated, for removal: This API element is subject to removal in a future version.
      • AVG

        public static final ExasolAggregateFunction AVG
        Deprecated, for removal: This API element is subject to removal in a future version.
      • CORR

        public static final ExasolAggregateFunction CORR
        Deprecated, for removal: This API element is subject to removal in a future version.
      • COUNT

        public static final ExasolAggregateFunction COUNT
        Deprecated, for removal: This API element is subject to removal in a future version.
      • COVAR_POP

        public static final ExasolAggregateFunction COVAR_POP
        Deprecated, for removal: This API element is subject to removal in a future version.
      • COVAR_SAMP

        public static final ExasolAggregateFunction COVAR_SAMP
        Deprecated, for removal: This API element is subject to removal in a future version.
      • FIRST_VALUE

        public static final ExasolAggregateFunction FIRST_VALUE
        Deprecated, for removal: This API element is subject to removal in a future version.
      • GROUP_CONCAT

        public static final ExasolAggregateFunction GROUP_CONCAT
        Deprecated, for removal: This API element is subject to removal in a future version.
      • LAST_VALUE

        public static final ExasolAggregateFunction LAST_VALUE
        Deprecated, for removal: This API element is subject to removal in a future version.
      • MAX

        public static final ExasolAggregateFunction MAX
        Deprecated, for removal: This API element is subject to removal in a future version.
      • MEDIAN

        public static final ExasolAggregateFunction MEDIAN
        Deprecated, for removal: This API element is subject to removal in a future version.
      • MIN

        public static final ExasolAggregateFunction MIN
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REGR_SLOPE

        public static final ExasolAggregateFunction REGR_SLOPE
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REGR_INTERCEPT

        public static final ExasolAggregateFunction REGR_INTERCEPT
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REGR_COUNT

        public static final ExasolAggregateFunction REGR_COUNT
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REGR_R2

        public static final ExasolAggregateFunction REGR_R2
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REGR_AVGX

        public static final ExasolAggregateFunction REGR_AVGX
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REGR_AVGY

        public static final ExasolAggregateFunction REGR_AVGY
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REGR_SXX

        public static final ExasolAggregateFunction REGR_SXX
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REGR_SXY

        public static final ExasolAggregateFunction REGR_SXY
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REGR_SYY

        public static final ExasolAggregateFunction REGR_SYY
        Deprecated, for removal: This API element is subject to removal in a future version.
      • STDDEV

        public static final ExasolAggregateFunction STDDEV
        Deprecated, for removal: This API element is subject to removal in a future version.
      • STDDEV_POP

        public static final ExasolAggregateFunction STDDEV_POP
        Deprecated, for removal: This API element is subject to removal in a future version.
      • STDDEV_SAMP

        public static final ExasolAggregateFunction STDDEV_SAMP
        Deprecated, for removal: This API element is subject to removal in a future version.
      • SUM

        public static final ExasolAggregateFunction SUM
        Deprecated, for removal: This API element is subject to removal in a future version.
      • VAR_POP

        public static final ExasolAggregateFunction VAR_POP
        Deprecated, for removal: This API element is subject to removal in a future version.
      • VAR_SAMP

        public static final ExasolAggregateFunction VAR_SAMP
        Deprecated, for removal: This API element is subject to removal in a future version.
      • VARIANCE

        public static final ExasolAggregateFunction VARIANCE
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • values

        public static ExasolAggregateFunction[] values()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ExasolAggregateFunction c : ExasolAggregateFunction.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ExasolAggregateFunction valueOf​(String name)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null