summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/ce/histogram_estimator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74540: Handle top-level disjunction in SargableNode CEHana Pearlman2023-04-251-111/+110
* SERVER-74101: Allow SargableNode with disjunction reqs to pass through optimi...Hana Pearlman2023-03-231-4/+6
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-73821 [CQF] Split path utilities from utils.cppSvilen Mihaylov2023-02-091-0/+1
* SERVER-73239 Combine histogram and heuristic estimates in sargable nodesAlya Berciu2023-01-261-75/+75
* SERVER-72615 Compute CE for sampled histogramsAlya Berciu2023-01-241-35/+32
* SERVER-71550 Change PartialSchemaRequirements map to vectorDavid Percy2023-01-201-1/+1
* SERVER-71752 Estimate non-histogrammable types heuristicallyAlya Berciu2023-01-121-24/+182
* SERVER-71332 [CQF] Strong alias for Selectivity and CardinalitySvilen Mihaylov2022-12-121-11/+12
* SERVER-71513 Support array histograms in statisticsAlya Berciu2022-11-301-1/+33
* SERVER-71051 Make CE module less dependent on statistics moduleAnton Korshunov2022-11-281-0/+272