Why not return false
/true
when one of the children's expressions returns false
/true
in AND
/OR
directly in with the conjunction simplification rule
#440
Labels
question
Further information is requested
Question
miniob/src/observer/sql/optimizer/conjunction_simplification_rule.cpp
Lines 52 to 74 in ebe460e
I wonder when one of the children in the
AND
conjunction expression returns false, this code snippet does not return false directly. Instead, it returns the first child expression (L57-L60). A similar case for theOR
conjunction expression (L66-L69).Thank you.
The text was updated successfully, but these errors were encountered: