Package | Description |
---|---|
com.espertech.esper.epl.core.engineimport |
Engine import handling
|
Modifier and Type | Method and Description |
---|---|
AggregationFunctionFactory |
EngineImportServiceImpl.resolveAggregationFactory(java.lang.String name) |
AggregationFunctionFactory |
EngineImportService.resolveAggregationFactory(java.lang.String functionName)
Used at statement compile-time to try and resolve a given function name into an
aggregation method.
|
Pair<java.lang.Class,EngineImportSingleRowDesc> |
EngineImportServiceImpl.resolveSingleRow(java.lang.String name) |
Pair<java.lang.Class,EngineImportSingleRowDesc> |
EngineImportService.resolveSingleRow(java.lang.String functionName)
Used at statement compile-time to try and resolve a given function name into an
single-row function.
|