Veil
Range Struct Reference

Subtype of Object for storing range values. More...

#include <veil_datatypes.h>

Data Fields

ObjType type
 This must have the value OBJ_RANGE.
 
int32 min
 Lower limit for range. More...
 
int32 max
 Upper limit for range. More...
 

Detailed Description

Subtype of Object for storing range values.

A range has an upper and lower bound, both stored as int4s. Nulls are not allowed.

Definition at line 194 of file veil_datatypes.h.

Field Documentation

◆ min

int32 Range::min

◆ max

int32 Range::max

The documentation for this struct was generated from the following files: