Skip to content

format_string

function format_string(format, ...columns): Column;

Defined in: functions/string.ts:153

Formats the arguments in printf-style and returns the result as a string column.

ParameterType
formatstring
columnsColOrName[]

Column