PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ nd_box_init()

static int nd_box_init ( ND_BOX a)
static

Zero out an ND_BOX.

Definition at line 517 of file gserialized_estimate.c.

References TRUE.

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

518 {
519  memset(a, 0, sizeof(ND_BOX));
520  return TRUE;
521 }
#define TRUE
Definition: dbfopen.c:169
N-dimensional box type for calculations, to avoid doing explicit axis conversions from GBOX in all ca...
Here is the caller graph for this function: