I have the impression that
CSelCalcColumnInInterval
“fails” if the predicate doesn’t fall within any of the histogram intervals. The estimation logic then chooses to try theCSelCalcAscendingKeyFilter
calculator (a reference to the “ascending key problem”) if the predicate is specifically higher than the last histogram interval.
Josh includes a couple of demos as well, so check them out.