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