Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ slice
Method
slice
arrow-array/src/array/mod.rs:449–451 ·
view source on GitHub ↗
(&self, offset: usize, length: usize)
Source
from the content-addressed store, hash-verified
447
}
448
449
fn slice(&self, offset: usize, length: usize) -> ArrayRef {
450
self.as_ref().slice(offset, length)
451
}
452
453
fn len(&self) -> usize {
454
self.as_ref().len()
Callers
2
test_null_struct
Function · 0.45
test_memory_size_primitive_sliced
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
2
test_null_struct
Function · 0.36
test_memory_size_primitive_sliced
Function · 0.36