PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ gidx_is_unknown()

bool gidx_is_unknown ( const GIDX *  a)
inline

Definition at line 143 of file gserialized_gist_nd.c.

144 {
145  size_t size = VARSIZE_ANY_EXHDR(a);
146  /* "unknown" gidx objects have a too-small size of one float */
147  if (size <= 0.0)
148  return true;
149  return false;
150 }

Referenced by gidx_contains(), gidx_edge(), gidx_equals(), gidx_inter_volume(), gidx_merge(), gidx_overlaps(), gidx_union_edge(), gidx_union_volume(), gidx_volume(), and spatial_index_read_extent().

Here is the caller graph for this function: