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

Function compute_my_thing

arrow-array/src/array/mod.rs:1405–1407  ·  view source on GitHub ↗

Test function that takes an &dyn Array

(arr: &dyn Array)

Source from the content-addressed store, hash-verified

1403
1404 /// Test function that takes an &dyn Array
1405 fn compute_my_thing(arr: &dyn Array) -> bool {
1406 !arr.is_empty()
1407 }
1408
1409 #[test]
1410 fn test_array_ref_as_array() {

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected