Function expr::scalar::func::byte_length[][src]

fn byte_length<'a, B>(bytes: B) -> Result<Datum<'a>, EvalError> where
    B: AsRef<[u8]>,