| Interface | Description |
|---|---|
| GridSqlAst |
AST for SQL.
|
| Class | Description |
|---|---|
| GridAggregateOrderedFunction |
SQL aggregate function to select the first or last value in the sorted group.
|
| GridFirstValueFunction |
SQL aggregate function to select the first value in the sorted group.
|
| GridLastValueFunction |
SQL aggregate function to select the last value in the sorted group.
|
| GridSqlAggregateFunction |
Aggregate function.
|
| GridSqlAlias |
Alias for column or table.
|
| GridSqlAlterTableAddColumn |
ALTER TABLE ADD COLUMN command data holder.
|
| GridSqlAlterTableDropColumn |
ALTER TABLE DROP COLUMN command data holder.
|
| GridSqlArray |
SQL Array: (1, 2, ?
|
| GridSqlColumn |
Column.
|
| GridSqlConst |
Constant value.
|
| GridSqlCreateIndex |
CREATE INDEX statement.
|
| GridSqlCreateTable |
CREATE TABLE statement.
|
| GridSqlDelete | |
| GridSqlDropIndex |
DROP INDEX statement.
|
| GridSqlDropTable |
DROP TABLE statement.
|
| GridSqlElement |
Base class for all SQL AST nodes.
|
| GridSqlFunction |
Function.
|
| GridSqlInsert | |
| GridSqlJoin |
Join of two tables or subqueries.
|
| GridSqlKeyword |
Keyword (like DEFAULT).
|
| GridSqlMerge | |
| GridSqlOperation |
Unary or binary operation.
|
| GridSqlParameter |
Query parameter.
|
| GridSqlPlaceholder |
Placeholder.
|
| GridSqlQuery |
SQL Query AST.
|
| GridSqlQueryParser |
H2 Query parser.
|
| GridSqlQueryParser.Getter<T,R> |
Field getter.
|
| GridSqlQueryParser.PreparedWithRemaining | |
| GridSqlQuerySplitter |
Splits a single SQL query into two step map-reduce query.
|
| GridSqlSelect |
Plain SELECT query.
|
| GridSqlSortColumn |
Sort order for ORDER BY clause.
|
| GridSqlStatement |
SQL statement to query or update grid caches.
|
| GridSqlSubquery |
Subquery expression.
|
| GridSqlTable |
Table with optional schema.
|
| GridSqlType |
SQL Data type based on H2.
|
| GridSqlUnion |
Select query with UNION.
|
| GridSqlUpdate | |
| GridSqlValueRow |
SQL Array: (1, 2, ?
|
| SplitterAndCondition |
AND condition for splitter.
|
| SplitterContext |
Splitter context while delegates optimization information to H2 internals.
|
| SplitterQueryModel |
Simplified tree-like model for a query
|
| SplitterUtils |
Utility methods for splitter.
|
| Enum | Description |
|---|---|
| GridSqlFunctionType |
Full list of available functions see at
Function |
| GridSqlOperationType |
Operation type.
|
| SplitterQueryModelType |
Splitter query model type.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025