MCPcopy 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_unaryMethod · 0.45
bitwise_bin_opMethod · 0.45
fromMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by 1