34#ifndef __PG_TINSTANT_H__
35#define __PG_TINSTANT_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
void tinstant_write(const TInstant *inst, StringInfo buf)
Write the binary representation of a temporal instant into a buffer.
Definition: temporal.c:343
TInstant * tinstant_recv(StringInfo buf, meosType temptype)
Basic functions for temporal instants.
Definition: temporal.c:320
Structure to represent temporal values of instant subtype.
Definition: meos.h:185