Package org.apache.ignite.table.criteria
Class Expression
java.lang.Object
org.apache.ignite.table.criteria.Expression
- All Implemented Interfaces:
Criteria
Defines a expression for a criteria query with operator and it's arguments.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<C> void
accept
(CriteriaVisitor<C> v, C context) Accept the visitor with the given context.Criteria[]
Get a condition elements.Get a operator.
-
Method Details