Modifier and Type | Method and Description |
---|---|
void |
SumAggregateAttributeGenerator.assignExpressions(Expression[] expressions,
List<QueryEventStream> queryEventStreamList) |
void |
MaxAggregateAttributeGenerator.assignExpressions(Expression[] expressions,
List<QueryEventStream> queryEventStreamList) |
void |
AvgAggregateAttributeGenerator.assignExpressions(Expression[] expressions,
List<QueryEventStream> queryEventStreamList) |
abstract void |
AbstractAggregateAttributeGenerator.assignExpressions(Expression[] expressions,
List<QueryEventStream> queryEventStreamList) |
void |
MinAggregateAttributeGenerator.assignExpressions(Expression[] expressions,
List<QueryEventStream> queryEventStreamList) |
Modifier and Type | Method and Description |
---|---|
void |
GroupByOutputAttributeGenerator.assignExpressions(Expression[] expressions,
List<QueryEventStream> queryEventStreamList) |
Modifier and Type | Method and Description |
---|---|
static ExpressionExecutor |
ExecutorParser.parseExpression(Expression expression,
List<QueryEventStream> queryEventStreamList,
String currentStreamReference) |
Modifier and Type | Method and Description |
---|---|
Expression |
BooleanCondition.getExpression() |
Expression |
Compare.getLeftExpression() |
Expression |
Compare.getRightExpression() |
Modifier and Type | Method and Description |
---|---|
static Condition |
Condition.bool(Expression expression) |
static Condition |
Condition.compare(Expression leftExpression,
Condition.Operator operator,
Expression rightExpression) |
Constructor and Description |
---|
BooleanCondition(Expression expression) |
Compare(Expression leftExpression,
Condition.Operator operator,
Expression rightExpression) |
Modifier and Type | Class and Description |
---|---|
class |
Add |
class |
Divide |
class |
Minus |
class |
Mod |
class |
Multiply |
class |
Variable |
Modifier and Type | Method and Description |
---|---|
Expression |
Multiply.getLeftValue() |
Expression |
Divide.getLeftValue() |
Expression |
Minus.getLeftValue() |
Expression |
Mod.getLeftValue() |
Expression |
Add.getLeftValue() |
Expression |
Multiply.getRightValue() |
Expression |
Divide.getRightValue() |
Expression |
Minus.getRightValue() |
Expression |
Mod.getRightValue() |
Expression |
Add.getRightValue() |
Modifier and Type | Method and Description |
---|---|
static Add |
Expression.add(Expression leftValue,
Expression rightValue) |
static Divide |
Expression.divide(Expression leftValue,
Expression rightValue) |
static Minus |
Expression.minus(Expression leftValue,
Expression rightValue) |
static Mod |
Expression.mod(Expression leftValue,
Expression rightValue) |
static Multiply |
Expression.multiply(Expression leftValue,
Expression rightValue) |
Constructor and Description |
---|
Add(Expression leftValue,
Expression rightValue) |
Divide(Expression leftValue,
Expression rightValue) |
Minus(Expression leftValue,
Expression rightValue) |
Mod(Expression leftValue,
Expression rightValue) |
Multiply(Expression leftValue,
Expression rightValue) |
Modifier and Type | Class and Description |
---|---|
class |
BoolConstant |
class |
DoubleConstant |
class |
FloatConstant |
class |
IntConstant |
class |
LongConstant |
class |
StringConstant |
Modifier and Type | Method and Description |
---|---|
Projector |
Projector.project(String rename,
Expression expression) |
Projector |
Projector.project(String rename,
String aggregationName,
Expression... expressions) |
Modifier and Type | Method and Description |
---|---|
Expression |
SimpleAttribute.getExpression() |
Expression[] |
AggregationAttribute.getExpressions() |
Constructor and Description |
---|
AggregationAttribute(String rename,
String aggregationName,
Expression... expressions) |
SimpleAttribute(String rename,
Expression expression) |
Modifier and Type | Field and Description |
---|---|
Expression[] |
SiddhiQLGrammarWalker.outFuction_return.expressions |
Expression[] |
SiddhiQLGrammarWalker.common_return.handlerParameters |
Modifier and Type | Method and Description |
---|---|
Expression |
SiddhiQLGrammarWalker.constant() |
Expression |
SiddhiQLGrammarWalker.modExpression() |
Expression |
SiddhiQLGrammarWalker.parameter() |
Expression[] |
SiddhiQLGrammarWalker.parameters() |
Expression |
SiddhiQLGrammarWalker.valueExpression() |
Copyright © 2012. All Rights Reserved.