Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ offset
Method
offset
arrow-array/src/array/primitive_array.rs:1226–1228 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1224
}
1225
1226
fn offset(&self) -> usize {
1227
0
1228
}
1229
1230
fn nulls(&self) -> Option<&NullBuffer> {
1231
self.nulls.as_ref()
Callers
3
unary_opt
Method · 0.45
into_builder
Method · 0.45
test_primitive_array_builder
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_primitive_array_builder
Function · 0.36