Class SqlLiteralAggFunction

java.lang.Object
org.apache.calcite.sql.fun.SqlLiteralAggFunction

public class SqlLiteralAggFunction extends Object
The LITERAL_AGG aggregate function.

It accepts zero regular aggregate arguments (the kind that reference columns of the input group) but one argument of type RexLiteral, and its return is that literal.