|
◆ tsequence_parse()
static TSequence* tsequence_parse |
( |
char ** |
str, |
|
|
Oid |
basetype, |
|
|
bool |
linear, |
|
|
bool |
end, |
|
|
bool |
make |
|
) |
| |
|
static |
Parse a temporal sequence value from the buffer.
- Parameters
-
[in] | str | Input string |
[in] | basetype | Oid of the base type |
[in] | linear | Set to true when the sequence has linear interpolation |
[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 |
|