Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AggregationFunctionFactory |
MethodResolutionServiceImpl.resolveAggregationFactory(java.lang.String functionName) |
AggregationFunctionFactory |
MethodResolutionService.resolveAggregationFactory(java.lang.String functionName)
Returns a plug-in aggregation function factory for a given configured aggregation function name.
|
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> |
MethodResolutionServiceImpl.resolveSingleRow(java.lang.String functionName) |
Pair<java.lang.Class,EngineImportSingleRowDesc> |
MethodResolutionService.resolveSingleRow(java.lang.String functionName)
Used at statement compile-time to try and resolve a given function name into an
single-row function.
|
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.
|