Class EvalMatchUntilForgeNode
java.lang.Object
com.espertech.esper.common.internal.epl.pattern.core.EvalForgeNodeBase
com.espertech.esper.common.internal.epl.pattern.matchuntil.EvalMatchUntilForgeNode
- All Implemented Interfaces:
EvalForgeNode
This class represents a match-until observer in the evaluation tree representing any event expressions.
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.pattern.core.EvalForgeNodeBase
audit, factoryNodeId
-
Constructor Summary
ConstructorDescriptionEvalMatchUntilForgeNode
(boolean attachPatternText, ExprNode lowerBounds, ExprNode upperBounds, ExprNode singleBound) -
Method Summary
Modifier and TypeMethodDescriptionvoid
collectSelfFilterAndSchedule
(Function<Short, CallbackAttribution> callbackAttribution, List<FilterSpecTracked> filters, List<ScheduleHandleTracked> schedules) Returns precendence.int[]
Returns an array of tags for events, which is all tags used within the repeat-operator.protected void
inlineCodegen
(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) boolean
boolean
protected String
void
setConvertor
(MatchedEventConvertorForge convertor) Sets the convertor for matching events to events-per-stream.void
setLowerBounds
(ExprNode lowerBounds) void
setSingleBound
(ExprNode singleBound) void
setTagsArrayedSet
(int[] tagsArrayedSet) Sets the tags used within the repeat operator.void
setUpperBounds
(ExprNode upperBounds) void
toPrecedenceFreeEPL
(StringWriter writer) final String
toString()
protected EPTypeClass
Methods inherited from class com.espertech.esper.common.internal.epl.pattern.core.EvalForgeNodeBase
addChildNode, addChildNodes, getChildNodes, getFactoryNodeId, isAudit, makeCodegen, setAudit, setFactoryNodeId, setStateMgmtSettings, toEPL
-
Constructor Details
-
EvalMatchUntilForgeNode
-
-
Method Details
-
typeOfFactory
- Specified by:
typeOfFactory
in classEvalForgeNodeBase
-
nameOfFactory
- Specified by:
nameOfFactory
in classEvalForgeNodeBase
-
inlineCodegen
protected void inlineCodegen(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
inlineCodegen
in classEvalForgeNodeBase
-
collectSelfFilterAndSchedule
public void collectSelfFilterAndSchedule(Function<Short, CallbackAttribution> callbackAttribution, List<FilterSpecTracked> filters, List<ScheduleHandleTracked> schedules) -
getTagsArrayed
public int[] getTagsArrayed()Returns an array of tags for events, which is all tags used within the repeat-operator.- Returns:
- array of tags
-
setConvertor
Sets the convertor for matching events to events-per-stream.- Parameters:
convertor
- convertor
-
getLowerBounds
-
getUpperBounds
-
getSingleBound
-
setLowerBounds
-
setUpperBounds
-
setSingleBound
-
setTagsArrayedSet
public void setTagsArrayedSet(int[] tagsArrayedSet) Sets the tags used within the repeat operator.- Parameters:
tagsArrayedSet
- tags used within the repeat operator
-
getConvertor
-
toString
-
isFilterChildNonQuitting
public boolean isFilterChildNonQuitting() -
isStateful
public boolean isStateful() -
toPrecedenceFreeEPL
- Specified by:
toPrecedenceFreeEPL
in classEvalForgeNodeBase
-
getPrecedence
Description copied from interface:EvalForgeNode
Returns precendence.- Returns:
- precendence
-
appliesTo
- Specified by:
appliesTo
in classEvalForgeNodeBase
-