public class GroupByKeyGenerator extends Object
| Constructor and Description |
|---|
GroupByKeyGenerator(List<org.wso2.siddhi.query.api.expression.Variable> groupByList,
MetaComplexEvent metaComplexEvent,
int currentState,
Map<String,Table> tableMap,
List<VariableExpressionExecutor> executors,
SiddhiAppContext siddhiContext,
String queryName) |
| Modifier and Type | Method and Description |
|---|---|
String |
constructEventKey(ComplexEvent event)
generate groupBy key of a streamEvent
|
public GroupByKeyGenerator(List<org.wso2.siddhi.query.api.expression.Variable> groupByList, MetaComplexEvent metaComplexEvent, int currentState, Map<String,Table> tableMap, List<VariableExpressionExecutor> executors, SiddhiAppContext siddhiContext, String queryName)
public String constructEventKey(ComplexEvent event)
event - complexEventCopyright © 2017 WSO2. All rights reserved.