MobilityDB
1.0
|
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"
Functions | |
STBOX * | stbox_parse (char **str) |
Parse a spatiotemporal box value from the buffer. More... | |
static TInstant * | tpointinst_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 TInstantSet * | tpointinstset_parse (char **str, Oid basetype, int *tpoint_srid) |
Parse a temporal point value of instant set type from the buffer. More... | |
static TSequence * | tpointseq_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 TSequenceSet * | tpointseqset_parse (char **str, Oid basetype, bool linear, int *tpoint_srid) |
Parse a temporal point value of sequence set type from the buffer. More... | |
Temporal * | tpoint_parse (char **str, Oid basetype) |
Parse a temporal point value from the buffer (dispatch function) More... | |
Functions for parsing temporal points.