MobilityDB 1.1
Functions
span.h File Reference
#include <postgres.h>
#include <lib/stringinfo.h>
#include <utils/rangetypes.h>
Include dependency graph for span.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Spanfloatspan_round (const Span *span, Datum size)
 Set the precision of the float span to the number of decimal places. More...
 
Spanrange_to_span (RangeType *range, TypeCacheEntry *typcache)
 Convert the PostgreSQL range value as a span value. More...
 
Spanspan_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...