|
MobilityDB 1.3
|
N-dimensional statistics structure. More...
#include <tspatial_analyze.h>
Data Fields | |
| float4 | cells_covered |
| ND_BOX | extent |
| float4 | histogram_cells |
| float4 | histogram_features |
| float4 | ndims |
| float4 | not_null_features |
| float4 | sample_features |
| float4 | size [ND_DIMS] |
| float4 | table_features |
| float4 | value [1] |
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).