expose optional eval properties on EvaluatorSuit
.
#54797
Labels
type/enhancement
The issue or PR belongs to an enhancement.
EvaluatorSuit
.
#54797
Enhancement
We have implemented
RequiredOptionalEvalProps()
function on manybuiltinFuncs
. However, it's not exposed onEvaluatorSuit
yet. TheEvaluatorSuit
is the struct used to evaluate the expression on column (or others). By exposing the optional property on it, the executor can decide whether it's suitable to be detached even if the detached context didn't have a full optional property.The text was updated successfully, but these errors were encountered: