Class SplitterAndCondition
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.sql.SplitterAndCondition
-
public class SplitterAndCondition extends Object
AND condition for splitter.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <X extends GridSqlAst>
Xast()intchildIndex()static voidcollectAndConditions(List<SplitterAndCondition> res, GridSqlAst parent, int childIdx)Collect and conditions from the given element.GridSqlAstparent()
-
-
-
Method Detail
-
collectAndConditions
public static void collectAndConditions(List<SplitterAndCondition> res, GridSqlAst parent, int childIdx)
Collect and conditions from the given element.- Parameters:
res- Conditions in AND.parent- Parent element.childIdx- Child index.
-
ast
public <X extends GridSqlAst> X ast()
- Returns:
- The actual AST element for this expression.
-
parent
public GridSqlAst parent()
- Returns:
- Parent node.
-
childIndex
public int childIndex()
- Returns:
- Child index.
-
-