public interface GridSqlAst
| Modifier and Type | Method and Description |
|---|---|
<E extends GridSqlAst> |
child()
Get the first child.
|
<E extends GridSqlAst> |
child(int childIdx)
Get child by index.
|
<E extends GridSqlAst> |
child(int childIdx,
E child)
Set child.
|
String |
getSQL() |
GridSqlType |
resultType() |
int |
size() |
String getSQL()
int size()
<E extends GridSqlAst> E child(int childIdx)
childIdx - Index of the requested child.<E extends GridSqlAst> E child()
<E extends GridSqlAst> void child(int childIdx, E child)
childIdx - Index of the requested child.child - Child element.GridSqlType resultType()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025