pub fn byte_length<T>(
arg: impl IntoExpr<T>,
) -> Expr<<T as StringLengthExpr>::Output>where
T: StringLengthExpr,Expand description
Returns the encoded byte length of a text expression, preserving input nullability.
Maps to PostgreSQL OCTET_LENGTH.