Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ offset
Method
offset
arrow-array/src/array/dictionary_array.rs:733–735 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
731
}
732
733
fn offset(&self) -> usize {
734
self.keys.offset()
735
}
736
737
fn nulls(&self) -> Option<&NullBuffer> {
738
self.keys.nulls()
Callers
1
test_dictionary_array
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_dictionary_array
Function · 0.36