rank(expr) within group (order by [order clause])
+ * ordered aggregate function.
+ */
+ @Support({ POSTGRES_9_4 })
+ public static OrderedAggregateFunctiondense_rank(expr) within group (order by [order clause])
+ * ordered aggregate function.
+ */
+ @Support({ POSTGRES_9_4 })
+ public static OrderedAggregateFunctionpercent_rank(expr) within group (order by [order clause])
+ * ordered aggregate function.
+ */
+ @Support({ POSTGRES_9_4 })
+ public static OrderedAggregateFunctioncume_dist(expr) within group (order by [order clause])
+ * ordered aggregate function.
+ */
+ @Support({ POSTGRES_9_4 })
+ public static OrderedAggregateFunctionpercentile_cont([number]) within group (order by [column])
+ * function.
+ *
+ * While {@link SQLDialect#ORACLE} and {@link SQLDialect#POSTGRES} support
+ * this as an aggregate function, {@link SQLDialect#SQLSERVER} and
+ * {@link SQLDialect#REDSHIFT} support only its window function variant.
+ */
+ @Support({ POSTGRES_9_4 })
+ public static OrderedAggregateFunction
+ * While {@link SQLDialect#ORACLE} and {@link SQLDialect#POSTGRES} support
+ * this as an aggregate function, {@link SQLDialect#SQLSERVER} and
+ * {@link SQLDialect#REDSHIFT} support only its window function variant.
+ */
+ @Support({ POSTGRES_9_4 })
+ public static OrderedAggregateFunction
+ * While {@link SQLDialect#ORACLE} and {@link SQLDialect#POSTGRES} support
+ * this as an aggregate function, {@link SQLDialect#SQLSERVER} and
+ * {@link SQLDialect#REDSHIFT} support only its window function variant.
+ */
+ @Support({ POSTGRES_9_4 })
+ public static OrderedAggregateFunction
+ * While {@link SQLDialect#ORACLE} and {@link SQLDialect#POSTGRES} support
+ * this as an aggregate function, {@link SQLDialect#SQLSERVER} and
+ * {@link SQLDialect#REDSHIFT} support only its window function variant.
+ */
+ @Support({ POSTGRES_9_4 })
+ public static OrderedAggregateFunction
- * While {@link SQLDialect#ORACLE} and {@link SQLDialect#POSTGRES} support
- * this as an aggregate function, {@link SQLDialect#SQLSERVER} and
- * {@link SQLDialect#REDSHIFT} support only its window function variant.
- */
- @Support({ POSTGRES_9_4 })
- public static OrderedAggregateFunction
- * While {@link SQLDialect#ORACLE} and {@link SQLDialect#POSTGRES} support
- * this as an aggregate function, {@link SQLDialect#SQLSERVER} and
- * {@link SQLDialect#REDSHIFT} support only its window function variant.
- */
- @Support({ POSTGRES_9_4 })
- public static OrderedAggregateFunction
- * While {@link SQLDialect#ORACLE} and {@link SQLDialect#POSTGRES} support
- * this as an aggregate function, {@link SQLDialect#SQLSERVER} and
- * {@link SQLDialect#REDSHIFT} support only its window function variant.
- */
- @Support({ POSTGRES_9_4 })
- public static OrderedAggregateFunction
- * While {@link SQLDialect#ORACLE} and {@link SQLDialect#POSTGRES} support
- * this as an aggregate function, {@link SQLDialect#SQLSERVER} and
- * {@link SQLDialect#REDSHIFT} support only its window function variant.
- */
- @Support({ POSTGRES_9_4 })
- public static OrderedAggregateFunctionpercentile_cont([number]) within group (order by [column])
+ * function.
+ * percentile_disc([number]) within group (order by [column])
+ * function.
+ * percentile_disc([number]) within group (order by [column])
+ * function.
+ * rank(expr) within group (order by [order clause])
- * ordered aggregate function.
- */
- @Support({ POSTGRES_9_4 })
- public static OrderedAggregateFunctiondense_rank() over ([analytic clause]) function.
*/
@@ -11956,15 +12043,6 @@ public class DSL {
return new Functiondense_rank(expr) within group (order by [order clause])
- * ordered aggregate function.
- */
- @Support({ POSTGRES_9_4 })
- public static OrderedAggregateFunctionprecent_rank() over ([analytic clause]) function.
*/
@@ -11973,15 +12051,6 @@ public class DSL {
return new Functionpercent_rank(expr) within group (order by [order clause])
- * ordered aggregate function.
- */
- @Support({ POSTGRES_9_4 })
- public static OrderedAggregateFunctioncume_dist() over ([analytic clause]) function.
*/
@@ -11990,15 +12059,6 @@ public class DSL {
return new Functioncume_dist(expr) within group (order by [order clause])
- * ordered aggregate function.
- */
- @Support({ POSTGRES_9_4 })
- public static OrderedAggregateFunctionntile([number]) over ([analytic clause]) function.
*/
@@ -12007,62 +12067,6 @@ public class DSL {
return new Functionpercentile_cont([number]) within group (order by [column])
- * function.
- * percentile_cont([number]) within group (order by [column])
- * function.
- * percentile_disc([number]) within group (order by [column])
- * function.
- * percentile_disc([number]) within group (order by [column])
- * function.
- * first_value(field) over ([analytic clause]) function.
*/