aboutsummaryrefslogtreecommitdiff
path: root/contrib/cube/cubedata.h
blob: 8eaea960f7bcfd662fc12395943ee3abe0690df1 (plain)
1
2
3
4
5
6
7
#define CUBE_MAX_DIM (100)
typedef struct NDBOX
{
	unsigned int size;			/* required to be a Postgres varlena type */
	unsigned int dim;
	double		x[1];
}	NDBOX;