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