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

Function test_i64

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

Source from the content-addressed store, hash-verified

1500
1501 #[test]
1502 fn test_i64() -> Result<()> {
1503 let array = Int64Array::from(vec![Some(2), None, Some(1), None]);
1504 let data = array.into_data();
1505 test_round_trip(&data)
1506 }
1507
1508 #[test]
1509 fn test_struct() -> Result<()> {

Callers

nothing calls this directly

Calls 2

test_round_tripFunction · 0.70
into_dataMethod · 0.45

Tested by

no test coverage detected