aboutsummaryrefslogtreecommitdiff
path: root/contrib/cube/cubedata.h
blob: 359fab287160596ba34a8ac26e67a92d3c2ddfa3 (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;