![]() |
MobilityDB 1.3
|
General functions for temporal instants. More...
#include "temporal/tinstant.h"
#include <assert.h>
#include <postgres.h>
#include <utils/timestamp.h>
#include <common/hashfn.h>
#include <meos.h>
#include <meos_internal.h>
#include "temporal/meos_catalog.h"
#include "temporal/postgres_types.h"
#include "temporal/tsequence.h"
#include "temporal/type_parser.h"
#include "temporal/type_util.h"
Functions | |
TInstant * | tboolinst_in (const char *str) |
Return a temporal boolean instant from its Well-Known Text (WKT) representation. More... | |
TInstant * | tboolinst_make (bool b, TimestampTz t) |
Return a temporal boolean instant from a boolean and a timestamptz. More... | |
TInstant * | tfloatinst_in (const char *str) |
Return a temporal float instant from its Well-Known Text (WKT) representation. More... | |
TInstant * | tfloatinst_make (double d, TimestampTz t) |
Return a temporal float instant from a float and a timestamptz. More... | |
TInstant * | tintinst_in (const char *str) |
Return a temporal integer instant from its Well-Known Text (WKT) representation. More... | |
TInstant * | tintinst_make (int i, TimestampTz t) |
Return a temporal integer instant from an integer and a timestamptz. More... | |
TInstant * | ttextinst_in (const char *str) |
Return a temporal text instant from its Well-Known Text (WKT) representation. More... | |
TInstant * | ttextinst_make (const text *txt, TimestampTz t) |
Return a temporal text instant from a text and a timestamptz. More... | |
General functions for temporal instants.