|
◆ tpointinst_parse()
static TInstant* tpointinst_parse |
( |
char ** |
str, |
|
|
Oid |
basetype, |
|
|
bool |
end, |
|
|
bool |
make, |
|
|
int * |
tpoint_srid |
|
) |
| |
|
static |
Parse a temporal point value of instant type from the buffer.
- Parameters
-
[in] | str | Input string |
[in] | basetype | Oid of the base type |
[in] | end | Set to true when reading a single instant to ensure there is no moreinput after the sequence |
[in] | make | Set to false for the first pass to do not create the instant |
[in] | tpoint_srid | SRID of the temporal point |
|