Functions.Encode(Column, String) 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.
Computes the first argument into a binary from a string using the provided character set (one of 'US-ASCII', 'ISO-8859-1', 'UTF-8', 'UTF-16BE', 'UTF-16LE', 'UTF-16')
public static Microsoft.Spark.Sql.Column Encode(Microsoft.Spark.Sql.Column column, string charset);
static member Encode : Microsoft.Spark.Sql.Column * string -> Microsoft.Spark.Sql.Column
Public Shared Function Encode (column As Column, charset As String) As Column
Parameters
- column
- Column
Column to apply
- charset
- String
Character set
Returns
Column object