Returns the leaf type of a trajectory object as a text value.
Syntax
text ST_leafType(trajectory traj)Parameters
| Parameter | Description |
|---|---|
traj | The trajectory object to inspect. Only the ST_POINT leaf type is supported. |
Example
SELECT st_leafType(traj) FROM traj WHERE id = 3;
-- st_leaftype
-- -----------
-- STPOINT
-- (1 row)该文章对您有帮助吗?