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