PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ range_full()

static int range_full ( int *  vals,
int  nvals 
)
static

The difference between the fourth and first quintile values, the "inter-quintile range".

Lowest and highest bin values

Definition at line 363 of file gserialized_estimate.c.

364 {
365  qsort(vals, nvals, sizeof(int), cmp_int);
366  return vals[nvals-1] - vals[0];
367 }
static int cmp_int(const void *a, const void *b)
Integer comparison function for qsort.

References cmp_int().

Referenced by nd_box_array_distribution().

Here is the call graph for this function:
Here is the caller graph for this function: