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

Method offset

arrow-array/src/array/run_array.rs:455–457  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

453 }
454
455 fn offset(&self) -> usize {
456 self.run_ends.offset()
457 }
458
459 fn nulls(&self) -> Option<&NullBuffer> {
460 None

Callers 2

fromMethod · 0.45
logical_nullsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected