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

Function validate_decimal32_array

arrow/benches/decimal_validate.rs:32–34  ·  view source on GitHub ↗
(array: Decimal32Array)

Source from the content-addressed store, hash-verified

30use arrow_buffer::i256;
31
32fn validate_decimal32_array(array: Decimal32Array) {
33 array.with_precision_and_scale(8, 0).unwrap();
34}
35
36fn validate_decimal64_array(array: Decimal64Array) {
37 array.with_precision_and_scale(16, 0).unwrap();

Callers 1

Calls 1

Tested by

no test coverage detected