BOOL AND statement.
*/
-final class BoolAnd extends AbstractAggregateFunctionBOOL OR statement.
*/
-final class BoolOr extends AbstractAggregateFunctionBOOL_AND function.
+ */
+ @NotNull
+ @Support
+ public static AggregateFunctionBOOL_AND function.
+ */
+ @NotNull
+ @Support
+ public static AggregateFunctionBOOL_OR function.
+ */
+ @NotNull
+ @Support
+ public static AggregateFunctionBOOL_OR function.
+ */
+ @NotNull
+ @Support
+ public static AggregateFunctionCORR function.
*
@@ -19921,6 +19957,24 @@ public class DSL {
return new CovarPop(y, x);
}
+ /**
+ * The
- * This is a synonym for {@link #boolAnd(Field)}.
- */
- @NotNull
- @Support
- public static AggregateFunction
- * This is a synonym for {@link #boolAnd(Condition)}.
- */
- @NotNull
- @Support
- public static AggregateFunctionEVERY function, an alias for the BOOL_AND function.
+ */
+ @NotNull
+ @Support
+ public static AggregateFunctionEVERY function, an alias for the BOOL_AND function.
+ */
+ @NotNull
+ @Support
+ public static AggregateFunctionMAX function.
*/
@@ -23789,64 +23843,6 @@ public class DSL {
return fields.length == 0 ? countDistinct(asterisk()) : new DefaultAggregateFunction<>(true, N_COUNT, SQLDataType.INTEGER, fields);
}
- /**
- * Get the every value over a field: every(field).
- * array_agg() aggregate function.
*/