Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ListView
Class · 0.85
add_buffer
Method · 0.80
add_child_data
Method · 0.80
test_round_trip
Function · 0.70
build
Method · 0.45
len
Method · 0.45
Tested by
no test coverage detected