com.espertech.esper.core.context.stmt
Interface AIRegistryExpr
- All Known Implementing Classes:
- AIRegistryExprBase, AIRegistryExprMap, AIRegistryExprMultiPerm, AIRegistryExprSingle
public interface AIRegistryExpr
getSubselectService
AIRegistrySubselect getSubselectService(ExprSubselectNode exprSubselectNode)
getSubselectAggregationService
AIRegistryAggregation getSubselectAggregationService(ExprSubselectNode exprSubselectNode)
getPriorServices
AIRegistryPrior getPriorServices(ExprPriorNode key)
getPreviousServices
AIRegistryPrevious getPreviousServices(ExprPreviousNode key)
getMatchRecognizePrevious
AIRegistryMatchRecognizePrevious getMatchRecognizePrevious()
getTableAccessServices
AIRegistryTableAccess getTableAccessServices(ExprTableAccessNode key)
allocateSubselect
AIRegistrySubselect allocateSubselect(ExprSubselectNode subselectNode)
allocateSubselectAggregation
AIRegistryAggregation allocateSubselectAggregation(ExprSubselectNode subselectNode)
allocatePrior
AIRegistryPrior allocatePrior(ExprPriorNode key)
allocatePrevious
AIRegistryPrevious allocatePrevious(ExprPreviousNode previousNode)
allocateMatchRecognizePrevious
AIRegistryMatchRecognizePrevious allocateMatchRecognizePrevious()
allocateTableAccess
AIRegistryTableAccess allocateTableAccess(ExprTableAccessNode tableNode)
getSubselectAgentInstanceCount
int getSubselectAgentInstanceCount()
getPreviousAgentInstanceCount
int getPreviousAgentInstanceCount()
getPriorAgentInstanceCount
int getPriorAgentInstanceCount()
deassignService
void deassignService(int agentInstanceId)