34#ifndef __PG_TSEQUENCE_H__
35#define __PG_TSEQUENCE_H__
39#include <lib/stringinfo.h>
41#include "temporal/meos_catalog.h"
meosType
Enumeration that defines the built-in and temporal types used in MobilityDB.
Definition: meos_catalog.h:55
TSequence * tsequence_recv(StringInfo buf, meosType temptype)
Basic functions for temporal sequences.
Definition: temporal.c:363
void tsequence_write(const TSequence *seq, StringInfo buf)
Write the binary representation of a temporal sequence into a buffer.
Definition: temporal.c:382
Structure to represent temporal values of sequence subtype.
Definition: meos.h:202