Uses of Class
io.siddhi.core.query.selector.GroupByKeyGenerator
-
Packages that use GroupByKeyGenerator Package Description io.siddhi.core.aggregation io.siddhi.core.query.selector -
-
Uses of GroupByKeyGenerator in io.siddhi.core.aggregation
Constructors in io.siddhi.core.aggregation with parameters of type GroupByKeyGenerator Constructor Description IncrementalExecutor(String aggregatorName, io.siddhi.query.api.aggregation.TimePeriod.Duration duration, List<ExpressionExecutor> processExpressionExecutors, ExpressionExecutor shouldUpdateTimestamp, GroupByKeyGenerator groupByKeyGenerator, boolean isRoot, Table table, Executor child, SiddhiQueryContext siddhiQueryContext, MetaStreamEvent metaStreamEvent, String timeZone, boolean waitUntillprocessFinish)OutOfOrderEventsDataAggregator(List<ExpressionExecutor> baseExecutors, ExpressionExecutor shouldUpdateTimestamp, GroupByKeyGenerator groupByKeyGenerator, MetaStreamEvent metaStreamEvent) -
Uses of GroupByKeyGenerator in io.siddhi.core.query.selector
Methods in io.siddhi.core.query.selector with parameters of type GroupByKeyGenerator Modifier and Type Method Description voidQuerySelector. setGroupByKeyGenerator(GroupByKeyGenerator groupByKeyGenerator)
-