Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ validate_utf8_array
Function
validate_utf8_array
arrow/benches/array_data_validate.rs:40–42 ·
view source on GitHub ↗
(arr: &ArrayData)
Source
from the content-addressed store, hash-verified
38
}
39
40
fn validate_utf8_array(arr: &ArrayData) {
41
arr.validate_values().unwrap();
42
}
43
44
fn validate_benchmark(c: &mut Criterion) {
45
//Binary Array
Callers
1
validate_benchmark
Function · 0.85
Calls
1
validate_values
Method · 0.80
Tested by
no test coverage detected