to_json
function to_json(column): Column;Defined in: functions/json.ts:13
Converts a column containing a StructType, ArrayType, or MapType into a JSON string.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function to_json(column): Column;Defined in: functions/json.ts:13
Converts a column containing a StructType, ArrayType, or MapType into a JSON string.
| Parameter | Type |
|---|---|
column | ColOrName |