MobilityDB  1.0
Functions
tpoint_parser.c File Reference

Functions for parsing temporal points. More...

#include "point/tpoint_parser.h"
#include "general/temporaltypes.h"
#include "general/temporal_util.h"
#include "general/tempcache.h"
#include "point/tpoint.h"
#include "point/tpoint_spatialfuncs.h"
#include "general/temporal_parser.h"
#include "point/stbox.h"
Include dependency graph for tpoint_parser.c:

Functions

STBOXstbox_parse (char **str)
 Parse a spatiotemporal box value from the buffer. More...
 
static TInstanttpointinst_parse (char **str, Oid basetype, bool end, bool make, int *tpoint_srid)
 Parse a temporal point value of instant type from the buffer. More...
 
static TInstantSettpointinstset_parse (char **str, Oid basetype, int *tpoint_srid)
 Parse a temporal point value of instant set type from the buffer. More...
 
static TSequencetpointseq_parse (char **str, Oid basetype, bool linear, bool end, bool make, int *tpoint_srid)
 Parse a temporal point value of sequence type from the buffer. More...
 
static TSequenceSettpointseqset_parse (char **str, Oid basetype, bool linear, int *tpoint_srid)
 Parse a temporal point value of sequence set type from the buffer. More...
 
Temporaltpoint_parse (char **str, Oid basetype)
 Parse a temporal point value from the buffer (dispatch function) More...
 

Detailed Description

Functions for parsing temporal points.