Functions.Pmod(Column, Column) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the positive value of dividend mod divisor.
public static Microsoft.Spark.Sql.Column Pmod (Microsoft.Spark.Sql.Column left, Microsoft.Spark.Sql.Column right);
static member Pmod : Microsoft.Spark.Sql.Column * Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.Column
Public Shared Function Pmod (left As Column, right As Column) As Column
Parameters
- left
- Column
Left side column to apply
- right
- Column
Right side column to apply
Returns
Column object