MCPcopy Create free account
hub / github.com/apache/arrow-rs / offset

Method offset

arrow-array/src/array/mod.rs:470–472  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

468 }
469
470 fn offset(&self) -> usize {
471 self.as_ref().offset()
472 }
473
474 fn nulls(&self) -> Option<&NullBuffer> {
475 self.as_ref().nulls()

Callers 15

try_newMethod · 0.45
and_kleeneFunction · 0.45
or_kleeneFunction · 0.45
and_notFunction · 0.45
foldFunction · 0.45
sum_checkedFunction · 0.45
newMethod · 0.45
consumeMethod · 0.45
buffer_lenMethod · 0.45
null_bit_bufferMethod · 0.45
from_listMethod · 0.45

Calls 1

as_refMethod · 0.45