Class ExprValidationContextBuilder
java.lang.Object
com.espertech.esper.common.internal.epl.expression.core.ExprValidationContextBuilder
-
Constructor Summary
ConstructorDescriptionExprValidationContextBuilder
(StreamTypeService streamTypeService, StatementRawInfo statementRawInfo, StatementCompileTimeServices compileTimeServices) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAggregationFutureNameAlreadySet
(boolean aggregationFutureNameAlreadySet) withAllowBindingConsumption
(boolean allowBindingConsumption) withAllowRollupFunctions
(boolean allowRollupFunctions) withAllowTableAggReset
(boolean allowTableAggReset) withContextDescriptor
(ContextCompileTimeDescriptor contextDescriptor) withDisablePropertyExpressionEventCollCache
(boolean disablePropertyExpressionEventCollCache) withIntoTableName
(String intoTableName) withIsFilterExpression
(boolean isFilterExpression) withIsResettingAggregations
(boolean isResettingAggregations) withMemberName
(ExprValidationMemberName memberName) withViewResourceDelegate
(ViewResourceDelegateExpr viewResourceDelegate)
-
Constructor Details
-
ExprValidationContextBuilder
public ExprValidationContextBuilder(StreamTypeService streamTypeService, StatementRawInfo statementRawInfo, StatementCompileTimeServices compileTimeServices)
-
-
Method Details
-
withViewResourceDelegate
public ExprValidationContextBuilder withViewResourceDelegate(ViewResourceDelegateExpr viewResourceDelegate) -
withContextDescriptor
public ExprValidationContextBuilder withContextDescriptor(ContextCompileTimeDescriptor contextDescriptor) -
withDisablePropertyExpressionEventCollCache
public ExprValidationContextBuilder withDisablePropertyExpressionEventCollCache(boolean disablePropertyExpressionEventCollCache) -
withAllowRollupFunctions
-
withAllowBindingConsumption
-
withAllowTableAggReset
-
withIntoTableName
-
withIsFilterExpression
-
withMemberName
-
withIsResettingAggregations
-
withAggregationFutureNameAlreadySet
public ExprValidationContextBuilder withAggregationFutureNameAlreadySet(boolean aggregationFutureNameAlreadySet) -
build
-