ST_IsExternal

更新时间: 2026-03-28 15:15:04

Checks whether the data of a trajectory object is stored in Object Storage Service (OSS).

Warning

This function is not supported in later versions. Use Cold data tiered storage instead.

Syntax

bool ST_IsExternal(trajectory traj);

Parameters

ParameterDescription
trajThe trajectory object.

Return value

Returns t if the data of the specified trajectory object is stored in OSS. Otherwise, returns f.

Examples

SELECT ST_IsExternal(traj) FROM trajs;
 st_isexternal
---------------
 t
 t
 t
 f
 t
(5 rows)
上一篇: ST_ExportTo 下一篇: ST_importFrom
阿里云首页 云原生数据库 PolarDB 相关技术圈