34#ifndef __PG_TSEQUENCE_H__
35#define __PG_TSEQUENCE_H__
40#include "general/temporal.h"
41#include "general/span.h"
meosType
Enumeration that defines the built-in and temporal types used in MobilityDB.
Definition: meos_catalog.h:53
TSequence * tsequence_recv(StringInfo buf, meosType temptype)
Basic functions for temporal sequences.
Definition: temporal.c:448
void tsequence_write(const TSequence *seq, StringInfo buf)
Write the binary representation of a temporal sequence into a buffer.
Definition: temporal.c:467
Structure to represent temporal values of instant set or sequence subtype.
Definition: meos.h:165