Skip to main content

Module modulus

Module modulus 

Source

Structs§

SparkMod
SparkMod implements the Spark-compatible modulo function
SparkPmod
SparkMod implements the Spark-compatible modulo function

Functions§

spark_mod
Spark-compatible mod function In ANSI mode, division by zero throws an error. In legacy mode, division by zero returns NULL (Spark behavior).
spark_pmod
Spark-compatible pmod function In ANSI mode, division by zero throws an error. In legacy mode, division by zero returns NULL (Spark behavior).