You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Hmm... I'm not sure what I'd put that was simple enough.
actioncomparator(stringleft,stringright){if(left>right){// You can compare strings in Eplreturn1;}else{return-1;}}Observable.fromValues(["xyz","abc"]).sort(comparator)....
Is it obvious why this works? Relys on string comparison < or >
https://github.com/SoftwareAG/apama-rxepl/blob/master/docs/interfaces/IObservable.md#sort
The sort example needs to be extended so show how it would be used when sorting a string or an event element
The text was updated successfully, but these errors were encountered: