MobilityDB 1.1
Functions

Input/output functions for set and span types. More...

Collaboration diagram for Input/output functions:

Functions

Setset_in (const char *str, meosType settype)
 Return a set from its Well-Known Text (WKT) representation. More...
 
char * set_out_fn (const Set *s, int maxdd, outfunc value_out)
 Return the Well-Known Text (WKT) representation of a set. More...
 
Spanspan_in (const char *str, meosType spantype)
 Return a span from its Well-Known Text (WKT) representation. More...
 
SpanSetspanset_in (const char *str, meosType spansettype)
 Return a span set from its Well-Known Text (WKT) representation. More...
 

Detailed Description

Input/output functions for set and span types.