Modifier and Type | Method and Description |
---|---|
static ConditionExecutor |
ExecutorParser.parseCondition(Condition condition,
List<QueryEventStream> queryEventStreamList,
String currentStreamReference) |
Modifier and Type | Method and Description |
---|---|
static Stream |
QueryFactory.joinStream(SingleStream leftStream,
JoinStream.Type type,
SingleStream rightStream,
Condition onCompare) |
static Stream |
QueryFactory.joinStream(SingleStream leftStream,
JoinStream.Type type,
SingleStream rightStream,
Condition onCompare,
JoinStream.EventTrigger trigger) |
Modifier and Type | Class and Description |
---|---|
class |
AndCondition |
class |
BooleanCondition |
class |
Compare |
class |
NotCondition |
class |
OrCondition |
Modifier and Type | Method and Description |
---|---|
static Condition |
Condition.and(Condition leftCondition,
Condition rightCondition) |
static Condition |
Condition.bool(Expression expression) |
static Condition |
Condition.compare(Expression leftExpression,
Condition.Operator operator,
Expression rightExpression) |
Condition |
NotCondition.getCondition() |
Condition |
AndCondition.getLeftCondition() |
Condition |
OrCondition.getLeftCondition() |
Condition |
AndCondition.getRightCondition() |
Condition |
OrCondition.getRightCondition() |
static Condition |
Condition.not(Condition condition) |
static Condition |
Condition.or(Condition leftCondition,
Condition rightCondition) |
Modifier and Type | Method and Description |
---|---|
static Condition |
Condition.and(Condition leftCondition,
Condition rightCondition) |
static Condition |
Condition.not(Condition condition) |
static Condition |
Condition.or(Condition leftCondition,
Condition rightCondition) |
Constructor and Description |
---|
AndCondition(Condition leftCondition,
Condition rightCondition) |
NotCondition(Condition condition) |
OrCondition(Condition leftCondition,
Condition rightCondition) |
Modifier and Type | Method and Description |
---|---|
Condition |
Projector.getHavingCondition() |
Modifier and Type | Method and Description |
---|---|
Projector |
Projector.having(Condition condition) |
Modifier and Type | Method and Description |
---|---|
Condition |
JoinStream.getOnCompare() |
Modifier and Type | Method and Description |
---|---|
SingleStream |
SingleStream.handler(Condition filterCondition) |
Constructor and Description |
---|
JoinStream(Stream leftStream,
JoinStream.Type type,
Stream rightStream,
Condition onCompare,
JoinStream.EventTrigger trigger) |
Modifier and Type | Method and Description |
---|---|
Condition |
SiddhiQLGrammarWalker.condition() |
Condition |
SiddhiQLGrammarWalker.conditionExpression() |
Condition |
SiddhiQLGrammarWalker.having() |
Copyright © 2012. All Rights Reserved.