Package | Description |
---|---|
org.ballerinalang.siddhi.query.api.expression | |
org.ballerinalang.siddhi.query.api.expression.condition |
Modifier and Type | Method and Description |
---|---|
static Expression |
Expression.compare(Expression leftExpression,
Compare.Operator operator,
Expression rightExpression) |
Modifier and Type | Method and Description |
---|---|
Compare.Operator |
Compare.getOperator() |
static Compare.Operator |
Compare.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compare.Operator[] |
Compare.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Compare(Expression leftExpression,
Compare.Operator operator,
Expression rightExpression) |
Copyright © 2018 WSO2. All rights reserved.