MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tinstant_meos.c File Reference

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

TInstanttboolinst_in (const char *str)
 Return a temporal boolean instant from its Well-Known Text (WKT) representation. More...
 
TInstanttboolinst_make (bool b, TimestampTz t)
 Return a temporal boolean instant from a boolean and a timestamptz. More...
 
TInstanttfloatinst_in (const char *str)
 Return a temporal float instant from its Well-Known Text (WKT) representation. More...
 
TInstanttfloatinst_make (double d, TimestampTz t)
 Return a temporal float instant from a float and a timestamptz. More...
 
TInstanttintinst_in (const char *str)
 Return a temporal integer instant from its Well-Known Text (WKT) representation. More...
 
TInstanttintinst_make (int i, TimestampTz t)
 Return a temporal integer instant from an integer and a timestamptz. More...
 
TInstantttextinst_in (const char *str)
 Return a temporal text instant from its Well-Known Text (WKT) representation. More...
 
TInstantttextinst_make (const text *txt, TimestampTz t)
 Return a temporal text instant from a text and a timestamptz. More...
 

Detailed Description

General functions for temporal instants.