40#include <lib/stringinfo.h>
41#include <utils/rangetypes.h>
void span_write(const Span *s, StringInfo buf)
Write the binary representation of a span into a buffer.
Definition: span.c:110
Span * span_recv(StringInfo buf)
Basic routines for spans (a.k.a.
Definition: span.c:94
Span * floatspan_round(const Span *span, Datum size)
Set the precision of the float span to the number of decimal places.
Definition: span.c:380
Span * range_to_span(RangeType *range, TypeCacheEntry *typcache)
Convert the PostgreSQL range value as a span value.
Definition: span.c:246
uintptr_t Datum
Definition: pg_ext_defs.in.h:4
Structure to represent spans (a.k.a.
Definition: meos.h:70