daft.expressions.StringMethodAccessor.length#

StringMethodAccessor.length() daft.expressions.CallExpression[source]#

Retrieves the length for of a UTF-8 string column

Example

>>> col("x").str.length()
Returns

an INTEGER expression with the length of each string

Return type

CallExpression