Uses of Class
org.apache.ignite.internal.processors.query.h2.sql.GridSqlFunctionType
-
Packages that use GridSqlFunctionType Package Description org.apache.ignite.internal.processors.query.h2.sql -
-
Uses of GridSqlFunctionType in org.apache.ignite.internal.processors.query.h2.sql
Fields in org.apache.ignite.internal.processors.query.h2.sql declared as GridSqlFunctionType Modifier and Type Field Description protected GridSqlFunctionTypeGridSqlFunction. typeMethods in org.apache.ignite.internal.processors.query.h2.sql that return GridSqlFunctionType Modifier and Type Method Description GridSqlFunctionTypeGridSqlFunction. type()static GridSqlFunctionTypeGridSqlFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static GridSqlFunctionType[]GridSqlFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.query.h2.sql with parameters of type GridSqlFunctionType Modifier and Type Method Description static GridSqlAggregateFunctionSplitterUtils. aggregate(boolean distinct, GridSqlFunctionType type)Constructors in org.apache.ignite.internal.processors.query.h2.sql with parameters of type GridSqlFunctionType Constructor Description GridSqlAggregateFunction(boolean distinct, GridSqlFunctionType type)GridSqlFunction(GridSqlFunctionType type)
-