Class SqlRegrCountAggFunction

  • All Implemented Interfaces:
    Context, Wrapper

    public class SqlRegrCountAggFunction
    extends SqlCountAggFunction
    Definition of the SQL REGR_COUNT aggregation function.

    REGR_COUNT is an aggregator which returns the number of rows which have gone into it and both arguments are not null.

    • Constructor Detail

      • SqlRegrCountAggFunction

        public SqlRegrCountAggFunction​(SqlKind kind)