34#ifndef __PG_TINSTANT_H__
35#define __PG_TINSTANT_H__
40#include "general/meos_catalog.h"
41#include "general/span.h"
42#include "general/temporal.h"
meosType
Enumeration that defines the built-in and temporal types used in MobilityDB.
Definition: meos_catalog.h:53
void tinstant_write(const TInstant *inst, StringInfo buf)
Write the binary representation of a temporal instant into a buffer.
Definition: temporal.c:429
TInstant * tinstant_recv(StringInfo buf, meosType temptype)
Basic functions for temporal instants.
Definition: temporal.c:405
Structure to represent temporal values of instant subtype.
Definition: meos.h:148