Package | Description |
---|---|
com.espertech.esper.common.client.configuration.compiler |
Configuration classes for the compiler section, which is only relevant to the compiler
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ConfigurationCompilerPlugInSingleRowFunction> |
ConfigurationCompiler.plugInSingleRowFunctions
List of configured plug-in single-row functions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigurationCompilerPlugInSingleRowFunction> |
ConfigurationCompiler.getPlugInSingleRowFunctions()
Returns the list of plug-in single-row functions.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCompiler.addPlugInSingleRowFunction(ConfigurationCompilerPlugInSingleRowFunction singleRowFunction)
Add a plug-in single-row function
|