@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SingleRowFunction
For use with server environments that support dynamic engine initialization (enterprise edition server),
indicates that this method provide a single-row function and should be registered as such so
it becomes callable from EPL statements using the name specified.