Skip to main content

char_length

Function char_length 

Source
pub fn char_length<T>(
    arg: impl IntoExpr<T>,
) -> Expr<<T as StringLengthExpr>::Output>
Expand description

Returns the number of characters in a text expression, preserving input nullability. Maps to PostgreSQL CHAR_LENGTH.