MobilityDB
1.0
|
N-dimensional statistics structure. More...
#include <tpoint_analyze.h>
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] |
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).