v.20.4Bug Fix

Fixed Index Analysis in MergeTree to Prevent Incorrect Pruning

Fixed wrong index analysis with functions. It could lead to pruning wrong parts, while reading from MergeTree tables. Fixes #13060. Fixes #12406. #13081 (Anton Popov).