PostGIS 3.6.2dev-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 971 of file rt_statistics.c.

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

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: