MobilityDB  1.0

◆ PLACE_LEFT

#define PLACE_LEFT (   period,
  off 
)
Value:
do { \
if (v->spl_nleft > 0) \
left_period = period_super_union(left_period, period); \
else \
left_period = (period); \
v->spl_left[v->spl_nleft++] = (off); \
} while (0)
Period * period_super_union(const Period *p1, const Period *p2)
Returns the smallest period that contains p1 and p2.
Definition: period.c:284