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

Function create_decimal_array

arrow/tests/array_equal.rs:600–605  ·  view source on GitHub ↗
(data: Vec<Option<i128>>)

Source from the content-addressed store, hash-verified

598}
599
600fn create_decimal_array(data: Vec<Option<i128>>) -> Decimal128Array {
601 data.into_iter()
602 .collect::<Decimal128Array>()
603 .with_precision_and_scale(23, 6)
604 .unwrap()
605}
606
607#[test]
608fn test_decimal_equal() {

Callers 3

test_decimal_equalFunction · 0.70
test_decimal_nullFunction · 0.70
test_decimal_offsetsFunction · 0.70

Calls 2

into_iterMethod · 0.45

Tested by

no test coverage detected