|
MobilityDB 1.1
|
Input of temporal types in WKT, MF-JSON, WKB, EWKB, and HexWKB format. More...
Data Fields | |
| uint8_t | basetype |
| Current base type we are handling. More... | |
| bool | geodetic |
| Geodetic? More... | |
| bool | has_srid |
| SRID? More... | |
| bool | hast |
| T? More... | |
| bool | hasx |
| X? More... | |
| bool | hasz |
| Z? More... | |
| interpType | interp |
| Interpolation. More... | |
| bool | ordered |
| Is the set ordered? More... | |
| const uint8_t * | pos |
| Current parse position. More... | |
| uint8_t | spantype |
| Current span type we are handling. More... | |
| int32_t | srid |
| Current SRID we are handling. More... | |
| uint8_t | subtype |
| Current temporal subtype we are handling. More... | |
| bool | swap_bytes |
| Do an endian flip? More... | |
| uint8_t | temptype |
| Current temporal type we are handling. More... | |
| uint8_t | type |
| Current type we are handling. More... | |
| const uint8_t * | wkb |
| Points to start of WKB. More... | |
| size_t | wkb_size |
| Expected size of WKB. More... | |
Input of temporal types in WKT, MF-JSON, WKB, EWKB, and HexWKB format.
Structure used for passing the parse state between the parsing functions.