Uses of Class
org.apache.ignite.internal.processors.query.h2.sql.SplitterQueryModelType
-
Packages that use SplitterQueryModelType Package Description org.apache.ignite.internal.processors.query.h2.sql -
-
Uses of SplitterQueryModelType in org.apache.ignite.internal.processors.query.h2.sql
Methods in org.apache.ignite.internal.processors.query.h2.sql that return SplitterQueryModelType Modifier and Type Method Description SplitterQueryModelTypeSplitterQueryModel. type()static SplitterQueryModelTypeSplitterQueryModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static SplitterQueryModelType[]SplitterQueryModelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.processors.query.h2.sql with parameters of type SplitterQueryModelType Constructor Description SplitterQueryModel(SplitterQueryModelType type, GridSqlAst parent, int childIdx, GridSqlAlias uniqueAlias)Constructor (no split).SplitterQueryModel(SplitterQueryModelType type, GridSqlAst parent, int childIdx, GridSqlAlias uniqueAlias, boolean needSplit)Constructor.
-