Class SqlSingleValueAggFunction

  • All Implemented Interfaces:
    Context, Wrapper

    public class SqlSingleValueAggFunction
    extends SqlAggFunction
    SINGLE_VALUE aggregate function returns the input value if there is only one value in the input; Otherwise it triggers a run-time error.