ST_SceneFromText

更新时间: 2026-03-28 16:01:50

Constructs a scene object from a JSON string.

Syntax

scene ST_SceneFromText(text sceneText);

Parameters

ParameterDescription
sceneTextThe scene object in text representation.

Description

ST_SceneFromText parses a JSON string and returns a scene object. The input must be a valid JSON string.

Examples

SELECT ST_AsText(ST_sceneFromText('{"type" : "gltf", "content" : {"accessors":...}}'));

Output:

{"type" : "gltf", "content" : {"accessors":...}}
上一篇: Input functions 下一篇: ST_SceneFromBianry
阿里云首页 云原生数据库 PolarDB 相关技术圈