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

Function test_list_view

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

Source from the content-addressed store, hash-verified

908
909 #[test]
910 fn test_list_view() -> Result<()> {
911 test_generic_list_view::<i32>()
912 }
913
914 #[test]
915 fn test_large_list_view() -> Result<()> {

Callers

nothing calls this directly

Calls 6

ListViewClass · 0.85
add_bufferMethod · 0.80
add_child_dataMethod · 0.80
test_round_tripFunction · 0.70
buildMethod · 0.45
lenMethod · 0.45

Tested by

no test coverage detected