v.20.5Bug Fix

Fixed Index Analysis in MergeTree Tables Leading to 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).