Avoid unneeded copy of objects
Opened this issue · 0 comments
juanlao7 commented
Currently we copy all predicates, operators and predicate sets when we need to store them in the stack, in the plan or in the current state.
Some of those copies are not needed and we can just use the original object.