public class GridSqlOperation extends GridSqlElement
| Constructor and Description |
|---|
GridSqlOperation(GridSqlOperationType opType) |
GridSqlOperation(GridSqlOperationType opType,
GridSqlAst left,
GridSqlAst right) |
GridSqlOperation(GridSqlOperationType opType,
GridSqlElement arg) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSQL() |
GridSqlOperationType |
operationType() |
addChild, child, child, child, equals, hashCode, resultType, resultType, size, toStringpublic GridSqlOperation(GridSqlOperationType opType)
opType - Operation type.public GridSqlOperation(GridSqlOperationType opType, GridSqlElement arg)
opType - Op type.arg - argument.public GridSqlOperation(GridSqlOperationType opType, GridSqlAst left, GridSqlAst right)
opType - Op type.left - Left.right - Right.public GridSqlOperationType operationType()
public String getSQL()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025