ST_trajAttrs

更新时间:
复制 MD 格式

Returns the attribute fields of a trajectory object.

Syntax

text ST_trajAttrs(trajectory traj)

Parameters

ParameterDescription
trajThe trajectory object to inspect.

Examples

Retrieve the attribute fields of each trajectory in traj_table:

SELECT ST_trajAttrs(traj) FROM traj_table;