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

Restriction functions for temporal types. More...

Functions

Temporaltbool_at_value (const Temporal *temp, bool b)
 Return a temporal boolean restricted to a boolean. More...
 
Temporaltbool_minus_value (const Temporal *temp, bool b)
 Return a temporal boolean restricted to the complement of a boolean. More...
 
Temporaltemporal_at_max (const Temporal *temp)
 Return a temporal value restricted to its maximum base value. More...
 
Temporaltemporal_at_min (const Temporal *temp)
 Return a temporal value restricted to its minimum base value. More...
 
Temporaltemporal_at_timestamptz (const Temporal *temp, TimestampTz t)
 Return a temporal value restricted to a timestamptz. More...
 
Temporaltemporal_at_tstzset (const Temporal *temp, const Set *s)
 Return a temporal value restricted to a timestamptz set. More...
 
Temporaltemporal_at_tstzspan (const Temporal *temp, const Span *s)
 Return a temporal value restricted to a timestamptz span. More...
 
Temporaltemporal_at_tstzspanset (const Temporal *temp, const SpanSet *ss)
 Return a temporal value restricted to a timestamptz span set. More...
 
Temporaltemporal_at_values (const Temporal *temp, const Set *s)
 Return a temporal value restricted to a set of values. More...
 
Temporaltemporal_minus_max (const Temporal *temp)
 Return a temporal value restricted to the complement of its maximum base value. More...
 
Temporaltemporal_minus_min (const Temporal *temp)
 Return a temporal value restricted to the complement of its minimum base value. More...
 
Temporaltemporal_minus_timestamptz (const Temporal *temp, TimestampTz t)
 Return a temporal value restricted to the complement of a timestamptz. More...
 
Temporaltemporal_minus_tstzset (const Temporal *temp, const Set *s)
 Return a temporal value restricted to the complement of a timestamptz set. More...
 
Temporaltemporal_minus_tstzspan (const Temporal *temp, const Span *s)
 Return a temporal value restricted to the complement of a timestamptz span. More...
 
Temporaltemporal_minus_tstzspanset (const Temporal *temp, const SpanSet *ss)
 Return a temporal value restricted to the complement of a timestamptz span set. More...
 
Temporaltemporal_minus_values (const Temporal *temp, const Set *s)
 Return a temporal value restricted to the complement of a set of values. More...
 
Temporaltfloat_at_value (const Temporal *temp, double d)
 Return a temporal float restricted to a float. More...
 
Temporaltfloat_minus_value (const Temporal *temp, double d)
 Return a temporal float restricted to the complement of a float. More...
 
Temporaltint_at_value (const Temporal *temp, int i)
 Return a temporal integer restricted to an integer. More...
 
Temporaltint_minus_value (const Temporal *temp, int i)
 Return a temporal integer restricted to the complement of an integer. More...
 
Temporaltnumber_at_span (const Temporal *temp, const Span *s)
 Return a temporal value restricted to a span of base values. More...
 
Temporaltnumber_at_spanset (const Temporal *temp, const SpanSet *ss)
 Return a temporal value restricted to an array of spans of base values. More...
 
Temporaltnumber_at_tbox (const Temporal *temp, const TBox *box)
 Return a temporal number restricted to a temporal box. More...
 
Temporaltnumber_minus_span (const Temporal *temp, const Span *s)
 Return a temporal value restricted to the complement of a span of base values. More...
 
Temporaltnumber_minus_spanset (const Temporal *temp, const SpanSet *ss)
 Return a temporal value restricted to the complement of an array of spans of base values. More...
 
Temporaltnumber_minus_tbox (const Temporal *temp, const TBox *box)
 Return a temporal number restricted to the complement of a temporal box. More...
 
Temporalttext_at_value (const Temporal *temp, text *txt)
 Return a temporal text restricted to a text. More...
 
Temporalttext_minus_value (const Temporal *temp, text *txt)
 Return a temporal text restricted to the complement of a text. More...
 

Detailed Description

Restriction functions for temporal types.