|
◆ tpointseqset_parse()
static TSequenceSet* tpointseqset_parse |
( |
char ** |
str, |
|
|
Oid |
basetype, |
|
|
bool |
linear, |
|
|
int * |
tpoint_srid |
|
) |
| |
|
static |
Parse a temporal point value of sequence set type from the buffer.
- Parameters
-
[in] | str | Input string |
[in] | basetype | Oid of the base type |
[in] | linear | Set to true when the sequence set has linear interpolation |
[in] | tpoint_srid | SRID of the temporal point |
|