Package net.esper.view.std

Class Summary
AddPropertyValueView This view simply adds a property to the events posted to it.
GroupByView The group view splits the data in a stream to multiple subviews, based on a key index.
LastElementView This view is a very simple view presenting the last event posted by the parent view to any subviews.
MergeView The merge view works together with a group view that splits the data in a stream to multiple subviews, based on a key index.
SizeView This view is a very simple view presenting the number of elements in a stream or view.
UniqueByPropertyView This view includes only the most recent among events having the same value for the specified field.