All Products
Search
Document Center

PolarDB:ST_ClearTileOption

Last Updated:Mar 28, 2026

Clears the tile options set on an sfmesh object.

Syntax

sfmesh ST_ClearTileOption(sfmesh sfmesh);

Parameters

ParameterDescription
schema_nameThe sfmesh object.

Examples

The following example calls ST_ClearTileOption to clear the tile options on the_mesh, then uses ST_HasTileOption to confirm the options were removed. The output f (false) confirms no tile options remain.

SELECT ST_HasTileOption(ST_ClearTileOption(the_mesh))
FROM t_table

Output:

-------------------
f