PostGIS  2.5.7dev-r@@SVN_REVISION@@
ND_STATS_T Struct Reference

N-dimensional statistics structure. More...

Collaboration diagram for ND_STATS_T:
Collaboration graph

Data Fields

float4 ndims
 
float4 size [ND_DIMS]
 
ND_BOX extent
 
float4 table_features
 
float4 sample_features
 
float4 not_null_features
 
float4 histogram_features
 
float4 histogram_cells
 
float4 cells_covered
 
float4 value [1]
 

Detailed Description

N-dimensional statistics structure.

Well, actually four-dimensional, but set up to handle arbirary dimensions if necessary (really, we just want to get the 2,3,4-d cases into one shared piece of code).

Definition at line 246 of file gserialized_estimate.c.


The documentation for this struct was generated from the following file: