|
PostgreSQL Source Code git master
|
#include <geo_decls.h>
Data Fields | |
| int32 | vl_len_ |
| int32 | npts |
| BOX | boundbox |
| Point | p [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 150 of file geo_decls.h.
| BOX POLYGON::boundbox |
Definition at line 154 of file geo_decls.h.
Referenced by gist_poly_compress(), gist_poly_consistent(), and spg_box_quad_get_scankey_bbox().
| int32 POLYGON::npts |
Definition at line 153 of file geo_decls.h.
| Point POLYGON::p[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 155 of file geo_decls.h.
| int32 POLYGON::vl_len_ |
Definition at line 152 of file geo_decls.h.