30 #ifndef __TPOINT_PARSER_H__ 31 #define __TPOINT_PARSER_H__ 34 #include <catalog/pg_type.h> Structure to represent the common structure of temporal values of any temporal subtype.
Definition: temporal.h:241
Temporal * tpoint_parse(char **str, Oid basetype)
Parse a temporal point value from the buffer (dispatch function)
Definition: tpoint_parser.c:406
Structure to represent spatiotemporal boxes.
Definition: stbox.h:51
STBOX * stbox_parse(char **str)
Parse a spatiotemporal box value from the buffer.
Definition: tpoint_parser.c:52
Basic functions for temporal types of any subtype.