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 |
EngineImportServiceImpl.resolveAggregationFactory(String name) |
AggregationFunctionFactory |
EngineImportService.resolveAggregationFactory(String functionName)
Used at statement compile-time to try and resolve a given function name into an
aggregation method.
|
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.
|