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

◆ nd_box_init()

static int nd_box_init ( ND_BOX a)
static

Zero out an ND_BOX.

Definition at line 471 of file gserialized_estimate.c.

472{
473 memset(a, 0, sizeof(ND_BOX));
474 return true;
475}

Referenced by compute_gserialized_stats_mode(), estimate_join_selectivity(), and nd_box_from_gbox().

Here is the caller graph for this function: