Share via


Functions.Decode(Column, String) Method

Definition

Computes the first argument into a string from a binary 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 Decode (Microsoft.Spark.Sql.Column column, string charset);
static member Decode : Microsoft.Spark.Sql.Column * string -> Microsoft.Spark.Sql.Column
Public Shared Function Decode (column As Column, charset As String) As Column

Parameters

column
Column

Column to apply

charset
String

Character set

Returns

Column object

Applies to