Functions.ShiftRightUnsigned(Column, Int32) 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.
Unsigned shift the given value numBits
right.
public static Microsoft.Spark.Sql.Column ShiftRightUnsigned(Microsoft.Spark.Sql.Column column, int numBits);
static member ShiftRightUnsigned : Microsoft.Spark.Sql.Column * int -> Microsoft.Spark.Sql.Column
Public Shared Function ShiftRightUnsigned (column As Column, numBits As Integer) As Column
Parameters
- column
- Column
Column to apply
- numBits
- Int32
Number of bits to shift
Returns
Column object