Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
(col1) IN (col2) can be transformed to (col1) = (col2), to avoid the hash-set implementation.
(col1) IN (col2) can be transformed to (col1) = (col2), to avoid the hash-set implementation.