#include <veil_datatypes.h>
Collaboration diagram for Range:
A range has an upper and lower bound, both stored as int4s. Nulls are not allowed.
Definition at line 185 of file veil_datatypes.h.
Data Fields | |
ObjType | type |
This must have the value OBJ_RANGE. | |
int32 | min |
int32 | max |