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

◆ tstzspan_make()

Span * tstzspan_make ( TimestampTz  lower,
TimestampTz  upper,
bool  lower_inc,
bool  upper_inc 
)

Return a timestamptz span from the bounds.

Parameters
[in]lower,upperBounds
[in]lower_inc,upper_incTrue when the bounds are inclusive @csqlfn Span_constructor()