spark_partition_id function

Applies to: check marked yes Databricks SQL check marked yes Databricks Runtime

Returns the current partition ID.

Syntax

spark_partition_id()

Arguments

The function takes no arguments.

Returns

An INTEGER.

Examples

> SELECT spark_partition_id();
 0