Skip to content

Instantly share code, notes, and snippets.

@rueian
Created January 1, 2020 17:56
Show Gist options
  • Select an option

  • Save rueian/4e8d6dbe1453c2f5a941cac4d51f70fc to your computer and use it in GitHub Desktop.

Select an option

Save rueian/4e8d6dbe1453c2f5a941cac4d51f70fc to your computer and use it in GitHub Desktop.
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