CLEAR_DEPOT_PIN_POLICY_PARTITION
Clears a depot pinning policy from the specified table or projection partitions.
Eon Mode only
Clears a depot pinning policy from the specified table or projection partitions. After the object is unpinned, it can be evicted from the depot by any unpinned or pinned object..
This is a meta-function. You must call meta-functions in a top-level SELECT statement.
Behavior type
VolatileSyntax
CLEAR_DEPOT_PIN_POLICY_PARTITION( '[[database.]schema.]object‑name', 'min‑range‑value', 'max‑range‑value' [, subcluster ] )
Parameters
[database.]schemaDatabase and schema. The default schema is
public. If you specify a database, it must be the current database.object‑name- The table or projection with a partition pinning policy to clear.
-
min‑range‑value max‑range‑value - Clears a pinning policy from the specified range of partition keys in
table, wheremin‑range‑valuemust be ≤max‑range‑value. If the policy applies to a single partition,min‑range‑valueandmax‑range‑valuemust be equal. subcluster- Clears the specified pinning policy from the
subclusterdepot. If you omit this parameter, the policy is cleared from all database depots.
Privileges
Superuser