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

Input of temporal types in WKT, MF-JSON, WKB, EWKB, and HexWKB representation. More...

#include <assert.h>
#include <float.h>
#include <postgres.h>
#include "utils/timestamp.h"
#include <meos.h>
#include <meos_internal.h>
#include "temporal/postgres_types.h"
#include "temporal/set.h"
#include "temporal/span.h"
#include "temporal/tbox.h"

Functions

Temporaltbool_from_mfjson (const char *mfjson)
 Return a temporal boolean from its MF-JSON representation. More...
 
TInstanttboolinst_from_mfjson (json_object *mfjson)
 Return a temporal boolean instant from its MF-JSON representation. More...
 
TSequencetboolseq_from_mfjson (json_object *mfjson)
 Return a temporal boolean sequence from its MF-JSON representation. More...
 
TSequenceSettboolseqset_from_mfjson (json_object *mfjson)
 Return a temporal boolean sequence set from its MF-JSON representation. More...
 
Temporaltfloat_from_mfjson (const char *mfjson)
 Return a temporal float from its MF-JSON representation. More...
 
TInstanttfloatinst_from_mfjson (json_object *mfjson)
 Return a temporal float instant from its MF-JSON representation. More...
 
TSequencetfloatseq_from_mfjson (json_object *mfjson, interpType interp)
 Return a temporal float sequence from its MF-JSON representation. More...
 
TSequenceSettfloatseqset_from_mfjson (json_object *mfjson, interpType interp)
 Return a temporal float sequence set from its MF-JSON representation. More...
 
Temporaltint_from_mfjson (const char *mfjson)
 Return a temporal integer from its MF-JSON representation. More...
 
TInstanttintinst_from_mfjson (json_object *mfjson)
 Return a temporal integer instant from its MF-JSON representation. More...
 
TSequencetintseq_from_mfjson (json_object *mfjson)
 Return a temporal integer sequence from its MF-JSON representation. More...
 
TSequenceSettintseqset_from_mfjson (json_object *mfjson)
 Return a temporal integer sequence set from its MF-JSON representation. More...
 
Temporalttext_from_mfjson (const char *mfjson)
 Return a temporal text from its MF-JSON representation. More...
 
TInstantttextinst_from_mfjson (json_object *mfjson)
 Return a temporal text instant from its MF-JSON representation. More...
 
TSequencettextseq_from_mfjson (json_object *mfjson)
 Return a temporal text sequence from its MF-JSON representation. More...
 
TSequenceSetttextseqset_from_mfjson (json_object *mfjson)
 Return a temporal text sequence set from its MF-JSON representation. More...
 

Detailed Description

Input of temporal types in WKT, MF-JSON, WKB, EWKB, and HexWKB representation.