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

◆ VALIDATE_NUMSET

#define VALIDATE_NUMSET (   set,
  ret 
)
Value:
do { \
if (! ensure_not_null((void *) (set)) || \
! ensure_numset_type((set)->settype) ) \
return (ret); \
} while (0)
bool ensure_numset_type(meosType type)
Ensure that the type is a number set type.
Definition: meos_catalog.c:819
bool ensure_not_null(void *ptr)
Ensure that the pointer is not null.
Definition: temporal.c:136
set(CBUFFER_SRCS cbuffer.c tcbuffer.c tcbuffer_boxops.c tcbuffer_compops.c tcbuffer_distance.c tcbuffer_spatialfuncs.c tcbuffer_spatialrels.c tcbuffer_tempspatialrels.c) if(1) list(APPEND CBUFFER_SRCS cbufferset_meos.c) endif() add_library(cbuffer OBJECT $
Definition: CMakeLists.txt:1

Macro for ensuring that the span is a number span.