@Retention(value=RUNTIME)
public @interface ExtensionSingleRowFunction
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
methodName
The method name of the provider
|
java.lang.String |
name
The function name
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
eventTypeName
Event type name of return value or empty string when not returning an event type name.
|
ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable |
filterOptimizable
Filter optimization setting
|
boolean |
rethrowExceptions
Rethrow-exception setting
|
ConfigurationCompilerPlugInSingleRowFunction.ValueCache |
valueCache
Value cache setting.
|
public abstract java.lang.String methodName
public abstract ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache
public abstract ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable