MobilityDB 1.1
|
Input/output functions for set and span types. More...
Functions | |
Set * | set_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... | |
Span * | span_in (const char *str, meosType spantype) |
Return a span from its Well-Known Text (WKT) representation. More... | |
SpanSet * | spanset_in (const char *str, meosType spansettype) |
Return a span set from its Well-Known Text (WKT) representation. More... | |
Input/output functions for set and span types.