Class ConfigurationRuntimeExpression
java.lang.Object
com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExpression
- All Implemented Interfaces:
Serializable
Expression evaluation settings in the runtime are for results of expressions.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the time zone for calendar operations.boolean
Set to true (the default) to indicate that sub-selects within a statement are updated first when a new event arrives.void
setSelfSubselectPreeval
(boolean selfSubselectPreeval) Set to true (the default) to indicate that sub-selects within a statement are updated first when a new event arrives.void
setTimeZone
(TimeZone timeZone) Sets the time zone for calendar operations.
-
Constructor Details
-
ConfigurationRuntimeExpression
public ConfigurationRuntimeExpression()Ctor.
-
-
Method Details
-
getTimeZone
Returns the time zone for calendar operations.- Returns:
- time zone
-
setTimeZone
Sets the time zone for calendar operations.- Parameters:
timeZone
- time zone
-
isSelfSubselectPreeval
public boolean isSelfSubselectPreeval()Set to true (the default) to indicate that sub-selects within a statement are updated first when a new event arrives. This is only relevant for statements in which both sub-selects and the from-clause may react to the same exact event.- Returns:
- indicator whether to evaluate sub-selects first or last on new event arrival
-
setSelfSubselectPreeval
public void setSelfSubselectPreeval(boolean selfSubselectPreeval) Set to true (the default) to indicate that sub-selects within a statement are updated first when a new event arrives. This is only relevant for statements in which both sub-selects and the from-clause may react to the same exact event.- Parameters:
selfSubselectPreeval
- indicator whether to evaluate sub-selects first or last on new event arrival
-