EvalContext
should not provide property EnableVectorizedExpression
#51563
Labels
type/enhancement
The issue or PR belongs to an enhancement.
EvalContext
is defined to provide information used in the expression evaluation phase. In other words, it only provides properties used only by expressions themselves. The propertyEnableVectorizedExpression
is determined before evaluating and it is not used by any expression internally, so we should remove it fromEvalContext
The text was updated successfully, but these errors were encountered: