Package org.apache.calcite.sql.fun
Class SqlLiteralAggFunction
java.lang.Object
org.apache.calcite.sql.fun.SqlLiteralAggFunction
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.
-
Field Summary
-
Method Summary
-
Field Details
-
INSTANCE
-