Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Structures | Defines | Typedefs

cubedata.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  NDBOX

Defines

#define CUBE_MAX_DIM   (100)
#define DatumGetNDBOX(x)   ((NDBOX*)DatumGetPointer(x))
#define PG_GETARG_NDBOX(x)   DatumGetNDBOX( PG_DETOAST_DATUM(PG_GETARG_DATUM(x)) )
#define PG_RETURN_NDBOX(x)   PG_RETURN_POINTER(x)

Typedefs

typedef struct NDBOX NDBOX

Define Documentation

#define CUBE_MAX_DIM   (100)

Definition at line 3 of file cubedata.h.

Referenced by cube_enlarge().

#define DatumGetNDBOX (   x  )     ((NDBOX*)DatumGetPointer(x))
#define PG_GETARG_NDBOX (   x  )     DatumGetNDBOX( PG_DETOAST_DATUM(PG_GETARG_DATUM(x)) )
#define PG_RETURN_NDBOX (   x  )     PG_RETURN_POINTER(x)

Typedef Documentation

typedef struct NDBOX NDBOX