Interface ExprStreamUnderlyingNode
- All Superinterfaces:
ExprEnumerationForgeProvider
,ExprNode
,ExprNodeRenderable
,ExprStreamRefNode
,ExprValidator
- All Known Implementing Classes:
ExprStreamUnderlyingNodeImpl
public interface ExprStreamUnderlyingNode
extends ExprNode, ExprStreamRefNode, ExprEnumerationForgeProvider
Represents an stream selector that returns the streams underlying event, or null if undefined.
-
Method Summary
Methods inherited from interface com.espertech.esper.common.internal.epl.expression.core.ExprEnumerationForgeProvider
getEnumerationForge
Methods inherited from interface com.espertech.esper.common.internal.epl.expression.core.ExprNode
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getForge, getPrecedence, replaceUnlistedChildNode, setChildNode, setChildNodes
Methods inherited from interface com.espertech.esper.common.internal.epl.expression.core.ExprNodeRenderable
toEPL
Methods inherited from interface com.espertech.esper.common.internal.epl.expression.core.ExprStreamRefNode
getRootPropertyNameIfAny, getStreamReferencedIfAny
Methods inherited from interface com.espertech.esper.common.internal.epl.expression.core.ExprValidator
validate
-
Method Details
-
getStreamId
int getStreamId() -
getEventType
EventType getEventType()
-