base64
function base64(column): Column;Defined in: functions/string.ts:158
Computes the BASE64 encoding of a binary column and returns it as a string column.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function base64(column): Column;Defined in: functions/string.ts:158
Computes the BASE64 encoding of a binary column and returns it as a string column.
| Parameter | Type |
|---|---|
column | ColOrName |