|
MobilityDB 1.1
|
#include <postgres.h>#include "general/meos_catalog.h"#include "general/span.h"#include "general/temporal.h"

Go to the source code of this file.
Functions | |
| TInstant * | tinstant_recv (StringInfo buf, meosType temptype) |
| Basic functions for temporal instants. More... | |
| void | tinstant_write (const TInstant *inst, StringInfo buf) |
| Write the binary representation of a temporal instant into a buffer. More... | |