See how foreign and foreignJava user-defined functions migrate from AleriML to CCL.
Note: In Aleri, external functions permitted variable numbers of parameters for a function, but Event Stream Processor does not.
Example: Foreign Function Migration
In CCL, the Aleri ComputeStream "foreignStream" migrates to an CREATE OUTPUT WINDOW statement, and the Store element migrates to a CREATE MEMORY STORE statement.
Example: ForeignJava Function Migration
In CCL, the ComputeStream "foreignStream" migrates to an CREATE OUTPUT WINDOW statement, and the Store element migrates to a CREATE MEMORY STORE statement.
Created January 11, 2013. Send feedback on this help topic to Sybase Technical Publications:
pubs@sybase.com