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