Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.epl.expression.funcs |
Function expressions.
|
Constructor and Description |
---|
ContextControllerHashedGetterSingleRow(String statementName,
String functionName,
Pair<Class,EngineImportSingleRowDesc> func,
List<ExprNode> parameters,
int granularity,
EngineImportService engineImportService,
EventType eventType,
EventAdapterService eventAdapterService,
int statementId,
TableService tableService,
String engineURI) |
Modifier and Type | Method and Description |
---|---|
Pair<Class,EngineImportSingleRowDesc> |
EngineImportServiceImpl.resolveSingleRow(String name) |
Pair<Class,EngineImportSingleRowDesc> |
EngineImportService.resolveSingleRow(String functionName)
Used at statement compile-time to try and resolve a given function name into an
single-row function.
|
Constructor and Description |
---|
ExprPlugInSingleRowNode(String functionName,
Class clazz,
List<ExprChainedSpec> chainSpec,
EngineImportSingleRowDesc config) |