MCPcopy Create free account
hub / github.com/apache/arrow-rs / validate_decimal256_array

Function validate_decimal256_array

arrow/benches/decimal_validate.rs:44–46  ·  view source on GitHub ↗
(array: Decimal256Array)

Source from the content-addressed store, hash-verified

42}
43
44fn validate_decimal256_array(array: Decimal256Array) {
45 array.with_precision_and_scale(35, 0).unwrap();
46}
47
48fn validate_decimal32_benchmark(c: &mut Criterion) {
49 let mut rng = rand::rng();

Callers 1

Calls 1

Tested by

no test coverage detected