MCPcopy 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
40fn validate_utf8_array(arr: &ArrayData) {
41 arr.validate_values().unwrap();
42}
43
44fn validate_benchmark(c: &mut Criterion) {
45 //Binary Array

Callers 1

validate_benchmarkFunction · 0.85

Calls 1

validate_valuesMethod · 0.80

Tested by

no test coverage detected