Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ offset
Method
offset
arrow-array/src/array/boolean_array.rs:606–608 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
604
}
605
606
fn offset(&self) -> usize {
607
self.values.offset()
608
}
609
610
fn nulls(&self) -> Option<&NullBuffer> {
611
self.nulls.as_ref()
Callers
7
bitwise_unary
Method · 0.45
try_bitwise_unary_in_place
Method · 0.45
bitwise_bin_op
Method · 0.45
try_bitwise_bin_op_in_place
Method · 0.45
from
Method · 0.45
new
Method · 0.45
test_boolean_array_builder
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_boolean_array_builder
Function · 0.36