MobilityDB 1.1
Functions

Cast functions for set and span types. More...

Collaboration diagram for Cast functions:

Functions

Setbigint_to_bigintset (int64 i)
 Cast a value as a set. More...
 
Spanbigint_to_bigintspan (int i)
 Cast a value as a span. More...
 
SpanSetbigint_to_bigintspanset (int i)
 Cast an element as a span set. More...
 
Spanfloat_to_floaspan (double d)
 Cast a value as a span. More...
 
SpanSetfloat_to_floaspanset (double d)
 Cast an element as a span set. More...
 
Setfloat_to_floatset (double d)
 Cast a value as a set. More...
 
Setint_to_intset (int i)
 Cast a value as a set. More...
 
Spanint_to_intspan (int i)
 Cast a value as a span. More...
 
SpanSetint_to_intspanset (int i)
 Cast an element as a span set. More...
 
void set_set_span (const Set *set, Span *s)
 Set the last argument to the bounding span of a set. More...
 
Spanset_to_span (const Set *s)
 Return the bounding span of a set. More...
 
SpanSetset_to_spanset (const Set *s)
 Cast a set as a span set. More...
 
SpanSetspan_to_spanset (const Span *s)
 Cast a period as a period set. More...
 
Spanspanset_to_span (const SpanSet *ss)
 Return the bounding span of a span set. More...
 
void spatialset_set_stbox (const Set *set, STBox *box)
 Set the last argument to the bounding box of a spatial set. More...
 
STBoxspatialset_to_stbox (const Set *s)
 Return the bounding box of a spatial set. More...
 
Spantimestamp_to_period (TimestampTz t)
 Cast a timestamp as a period. More...
 
SpanSettimestamp_to_periodset (TimestampTz t)
 Cast a timestamp as a period set. More...
 
Settimestamp_to_tstzset (TimestampTz t)
 Cast a value as a set. More...
 

Detailed Description

Cast functions for set and span types.