Package | Description |
---|---|
com.espertech.esper.view.std |
Base service views that perform typical SQL-like functions such as unique, grouping, size, last etc.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupByViewImpl
The group view splits the data in a stream to multiple subviews, based on a key index.
|
class |
GroupByViewReclaimAged |
Modifier and Type | Method and Description |
---|---|
static Object |
GroupByViewImpl.makeSubViews(GroupByView groupView,
String[] propertyNames,
Object groupByValues,
AgentInstanceViewFactoryChainContext agentInstanceContext)
Instantiate subviews for the given group view and the given key value to group-by.
|