MobilityDB 1.3
Loading...
Searching...
No Matches

◆ VALIDATE_NUMSPANSET

#define VALIDATE_NUMSPANSET (   ss,
  ret 
)
Value:
do { \
if (! ensure_not_null((void *) (ss)) || \
! ensure_numspanset_type((ss)->spansettype) ) \
return (ret); \
} while (0)
bool ensure_not_null(void *ptr)
Ensure that the pointer is not null.
Definition: temporal.c:136

Macro for ensuring that the span set is a number span set.