|
MobilityDB 1.1
|


Go to the source code of this file.
Functions | |
| Span * | floatspan_round (const Span *span, Datum size) |
| Set the precision of the float span to the number of decimal places. More... | |
| Span * | range_to_span (RangeType *range, TypeCacheEntry *typcache) |
| Convert the PostgreSQL range value as a span value. More... | |
| Span * | span_recv (StringInfo buf) |
| Basic routines for spans (a.k.a. More... | |
| void | span_write (const Span *s, StringInfo buf) |
| Write the binary representation of a span into a buffer. More... | |