Class ExprValidationContext
java.lang.Object
com.espertech.esper.common.internal.epl.expression.core.ExprValidationContext
-
Constructor Summary
ModifierConstructorDescriptionExprValidationContext
(StreamTypeService streamTypeService, ExprValidationContext ctx) protected
ExprValidationContext
(StreamTypeService streamTypeService, ViewResourceDelegateExpr viewResourceDelegate, ContextCompileTimeDescriptor contextDescriptor, boolean disablePropertyExpressionEventCollCache, boolean allowRollupFunctions, boolean allowBindingConsumption, boolean allowTableAggReset, boolean isUnidirectionalJoin, String intoTableName, boolean isFilterExpression, ExprValidationMemberName memberName, boolean aggregationFutureNameAlreadySet, StatementRawInfo statementRawInfo, StatementCompileTimeServices compileTimeServices) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Details
-
ExprValidationContext
-
ExprValidationContext
protected ExprValidationContext(StreamTypeService streamTypeService, ViewResourceDelegateExpr viewResourceDelegate, ContextCompileTimeDescriptor contextDescriptor, boolean disablePropertyExpressionEventCollCache, boolean allowRollupFunctions, boolean allowBindingConsumption, boolean allowTableAggReset, boolean isUnidirectionalJoin, String intoTableName, boolean isFilterExpression, ExprValidationMemberName memberName, boolean aggregationFutureNameAlreadySet, StatementRawInfo statementRawInfo, StatementCompileTimeServices compileTimeServices)
-
-
Method Details
-
getAnnotations
-
getStreamTypeService
-
getContextDescriptor
-
isFilterExpression
public boolean isFilterExpression() -
getClasspathImportService
-
getClassProvidedClasspathExtension
-
getVariableCompileTimeResolver
-
getTableCompileTimeResolver
-
getStatementName
-
isDisablePropertyExpressionEventCollCache
public boolean isDisablePropertyExpressionEventCollCache() -
getViewResourceDelegate
-
getMemberNames
-
getStatementType
-
isResettingAggregations
public boolean isResettingAggregations() -
isAllowRollupFunctions
public boolean isAllowRollupFunctions() -
getStatementCompileTimeService
-
getStatementRawInfo
-
isAllowBindingConsumption
public boolean isAllowBindingConsumption() -
getEnumMethodCallStackHelper
-
isAggregationFutureNameAlreadySet
public boolean isAggregationFutureNameAlreadySet() -
isExpressionNestedAudit
public boolean isExpressionNestedAudit() -
isExpressionAudit
public boolean isExpressionAudit() -
getEventBeanTypedEventFactory
-
getModuleName
-
getSerdeResolver
-
getStateMgmtSettingsProvider
-
getSerdeEventTypeRegistry
-
getAdditionalForgeables
-
isAllowTableAggReset
public boolean isAllowTableAggReset()
-