Flex Operators

Flex operators are custom operators that let you write SPLASH scripts to operate on incoming events.

Flex operators extend the type of business logic that can be applied to incoming events, beyond what you can do with standard CCL or SQL queries. They extend CCL by allowing you to write individual event handlers in SPLASH.

A Flex operator can take any combination of windows and streams as inputs, and produces an output stream or window according to the logic contained in the attached SPLASH scripts.

Related concepts
SPLASH