tencent cloud

Data Lake Compute

CALL STATEMENT

Download
Focus Mode
Font Size
Last updated: 2026-05-15 11:02:29
Stored procedures are available here only when using the Iceberg SQL Extension in Spark.

Syntax

CALL expression

Parameter

expression: Function Expression.

Sample code

CALL catalog_name.`system`.procedure_name(arg_name_2 => arg_2, arg_name_1 => arg_1)

#When positional parameters are passed, if they are optional, only end parameters can be omitted.
CALL catalog_name.system.procedure_name(arg_1, arg_2, ... arg_n)

#Set the current snapshot to db.sample1:
CALL catalog_name.system.set_current_snapshot('db.sample', 1)


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback