public class GridSqlAggregateFunction extends GridSqlFunction
type| Constructor and Description |
|---|
GridSqlAggregateFunction(boolean distinct,
GridSqlFunctionType type) |
GridSqlAggregateFunction(boolean distinct,
int typeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
distinct() |
String |
getSQL() |
protected static boolean |
isValidType(int typeId)
Checks if the aggregate type is valid.
|
name, typeaddChild, child, child, child, equals, hashCode, resultType, resultType, size, toStringpublic GridSqlAggregateFunction(boolean distinct,
GridSqlFunctionType type)
distinct - Distinct.type - Type.public GridSqlAggregateFunction(boolean distinct,
int typeId)
distinct - Distinct.typeId - Type.protected static boolean isValidType(int typeId)
typeId - Aggregate type id.public boolean distinct()
public String getSQL()
getSQL in interface GridSqlAstgetSQL in class GridSqlFunction
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018