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