@Retention(value=RUNTIME) public @interface ExtensionSingleRowFunction
Modifier and Type | Required Element and Description |
---|---|
String |
methodName
The method name of the provider
|
String |
name
The function name
|
Modifier and Type | Optional Element and Description |
---|---|
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 String name
public abstract String methodName
public abstract ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache
public abstract ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable
public abstract boolean rethrowExceptions
public abstract String eventTypeName
Copyright © 2005–2020. All rights reserved.