postgresql/contrib/cube/cubedata.h

7 lines
134 B
C
Raw Normal View History

2001-03-22 05:01:46 +01:00
typedef struct NDBOX
{
unsigned int size; /* required to be a Postgres varlena type */
unsigned int dim;
float x[1];
} NDBOX;