Skip to main content

byte_length

Function byte_length 

Source
pub fn byte_length(input: Expression) -> Expression
Expand description

Creates an expression that computes the byte length of each element. This is akin to ANSI SQL OCTET_LENGTH(), or DuckDB’s strlen().

let expr = byte_length(root());