Uses of Class
org.apache.ignite.internal.processors.query.h2.sql.GridSqlAggregateFunction
-
Packages that use GridSqlAggregateFunction Package Description org.apache.ignite.internal.processors.query.h2.sql -
-
Uses of GridSqlAggregateFunction in org.apache.ignite.internal.processors.query.h2.sql
Methods in org.apache.ignite.internal.processors.query.h2.sql that return GridSqlAggregateFunction Modifier and Type Method Description static GridSqlAggregateFunctionSplitterUtils. aggregate(boolean distinct, GridSqlFunctionType type)GridSqlAggregateFunctionGridSqlAggregateFunction. setGroupConcatOrder(GridSqlElement[] orderExpression, boolean[] orderDesc)GridSqlAggregateFunctionGridSqlAggregateFunction. setGroupConcatSeparator(GridSqlElement separator)
-