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

Function test_u64

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

Source from the content-addressed store, hash-verified

1493
1494 #[test]
1495 fn test_u64() -> Result<()> {
1496 let array = UInt64Array::from(vec![Some(2), None, Some(1), None]);
1497 let data = array.into_data();
1498 test_round_trip(&data)
1499 }
1500
1501 #[test]
1502 fn test_i64() -> Result<()> {

Callers

nothing calls this directly

Calls 2

test_round_tripFunction · 0.70
into_dataMethod · 0.45

Tested by

no test coverage detected