[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description |
---|---|
Sort(EventBean[](), EventBean[]()[]()) | Sort the output events. If the order-by processor needs group-by
keys to evaluate the expressions in the order-by clause, these will
be computed from the generating events.
|
Sort(EventBean[](), EventBean[]()[](), MultiKey<(Of Object>)[]()) | Sort the output events, using the provided group-by keys for
evaluating grouped aggregation functions, and avoiding the cost of
recomputing the keys.
|