|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EngineImportSingleRowDesc | |
---|---|
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. |
Uses of EngineImportSingleRowDesc in com.espertech.esper.core.context.mgr |
---|
Constructor parameters in com.espertech.esper.core.context.mgr with type arguments of type EngineImportSingleRowDesc | |
---|---|
ContextControllerHashedGetterSingleRow(java.lang.String statementName,
java.lang.String functionName,
Pair<java.lang.Class,EngineImportSingleRowDesc> func,
java.util.List<ExprNode> parameters,
int granularity,
MethodResolutionService methodResolutionService,
EventType eventType,
EventAdapterService eventAdapterService,
java.lang.String statementId,
TableService tableService)
|
Uses of EngineImportSingleRowDesc in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core that return types with arguments of type EngineImportSingleRowDesc | |
---|---|
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. |
Uses of EngineImportSingleRowDesc in com.espertech.esper.epl.expression.funcs |
---|
Constructors in com.espertech.esper.epl.expression.funcs with parameters of type EngineImportSingleRowDesc | |
---|---|
ExprPlugInSingleRowNode(java.lang.String functionName,
java.lang.Class clazz,
java.util.List<ExprChainedSpec> chainSpec,
EngineImportSingleRowDesc config)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |