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

Method offset

arrow-array/src/array/byte_array.rs:503–505  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

501 }
502
503 fn offset(&self) -> usize {
504 0
505 }
506
507 fn nulls(&self) -> Option<&NullBuffer> {
508 self.nulls.as_ref()

Callers 2

value_uncheckedMethod · 0.45
into_builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected