Created
January 1, 2020 17:56
-
-
Save rueian/4e8d6dbe1453c2f5a941cac4d51f70fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| selec = histogram_selectivity(&vardata, &opproc, constval, true, | |
| 10, 1, &hist_size); | |
| /* If not at least 100 entries, use the heuristic method */ | |
| if (hist_size < 100) | |
| { | |
| Selectivity heursel; | |
| Selectivity prefixsel; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment