Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ offset
Method
offset
arrow-array/src/array/byte_array.rs:503–505 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
501
}
502
503
fn offset(&self) -> usize {
504
0
505
}
506
507
fn nulls(&self) -> Option<&NullBuffer> {
508
self.nulls.as_ref()
Callers
2
value_unchecked
Method · 0.45
into_builder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected