PostGIS  3.7.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 360 of file gserialized_estimate.c.

361 {
362  qsort(vals, nvals, sizeof(int), cmp_int);
363  return vals[nvals-1] - vals[0];
364 }
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: