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

Function test_u32

arrow-array/src/ffi.rs:1488–1492  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1486
1487 #[test]
1488 fn test_u32() -> Result<()> {
1489 let array = UInt32Array::from(vec![Some(2), None, Some(1), None]);
1490 let data = array.into_data();
1491 test_round_trip(&data)
1492 }
1493
1494 #[test]
1495 fn test_u64() -> Result<()> {

Callers

nothing calls this directly

Calls 2

test_round_tripFunction · 0.70
into_dataMethod · 0.45

Tested by

no test coverage detected