Uses of Class
org.apache.ignite.internal.processors.query.h2.QueryParserResult
-
Packages that use QueryParserResult Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation. -
-
Uses of QueryParserResult in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return QueryParserResult Modifier and Type Method Description QueryParserResultQueryParser. parse(String schemaName, SqlFieldsQuery qry, boolean remainingAllowed)Parse the query.
-