Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support `Utf8View` for string function `bit_length()` Signed-off-by: Austin Liu <[email protected]> * Add test & handle view bytes length counting Signed-off-by: Austin Liu <[email protected]> Add test & handle view bytes length counting Signed-off-by: Austin Liu <[email protected]> * Refine `string_view_array` Signed-off-by: Austin Liu <[email protected]> * Make length from `i32` to `u32` & check nullity Signed-off-by: Austin Liu <[email protected]> * Clean up Signed-off-by: Austin Liu <[email protected]> * Refine Signed-off-by: Austin Liu <[email protected]> * Use `from_unary` instead Signed-off-by: Austin Liu <[email protected]> * Prevent inspect the string data Signed-off-by: Austin Liu <[email protected]> * Clean up Signed-off-by: Austin Liu <[email protected]> --------- Signed-off-by: Austin Liu <[email protected]>
- Loading branch information