Skip to main content

Module pow

Module pow 

Source
Expand description

Spark-compatible pow / power function.

Unlike the default DataFusion (PostgreSQL) implementation, Spark returns Infinity for pow(0, <negative>) rather than raising an error.

Structsยง

SparkPow
Spark-compatible implementation of pow / power.