aboutsummaryrefslogtreecommitdiff
path: root/contrib/cube/cubedata.h
blob: 16495e74a57654e76d8338ec36646100632c6dd3 (plain)
1
2
3
4
5
6
7
/*#include "postgres.h"*/

typedef struct NDBOX {
  unsigned int size;			/* required to be a Postgres varlena type */
  unsigned int dim;
  float x[1];
} NDBOX;