PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ quantile_llist_index_reset()

static void quantile_llist_index_reset ( struct quantile_llist qll)
static

Definition at line 972 of file rt_statistics.c.

972 {
973 uint32_t i = 0;
974
975 RASTER_DEBUG(5, "resetting index");
976 for (i = 0; i < qll->index_max; i++) {
977 qll->index[i].index = UINT32_MAX;
978 qll->index[i].element = NULL;
979 }
980}
#define RASTER_DEBUG(level, msg)
Definition librtcore.h:304
#define UINT32_MAX
struct quantile_llist_element * element
Definition librtcore.h:2620
uint32_t index_max
Definition librtcore.h:2605
struct quantile_llist_index * index
Definition librtcore.h:2604

References quantile_llist_index::element, quantile_llist::index, quantile_llist_index::index, quantile_llist::index_max, RASTER_DEBUG, and UINT32_MAX.

Referenced by rt_band_get_quantiles_stream().

Here is the caller graph for this function: