40#include <lib/stringinfo.h>
41#include <utils/rangetypes.h>
54extern void range_set_span(RangeType *range, TypeCacheEntry *typcache,
External API of the Mobility Engine Open Source (MEOS) library.
void range_set_span(RangeType *range, TypeCacheEntry *typcache, Span *result)
Convert a PostgreSQL range into a span.
Definition: span.c:426
void span_write(const Span *s, StringInfo buf)
Span * span_recv(StringInfo buf)
Basic routines for spans (a.k.a.
Structure to represent spans (a.k.a.
Definition: meos.h:94