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

Method offset

parquet-variant-compute/src/variant_array.rs:745–747  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

743 }
744
745 pub fn offset(&self) -> usize {
746 self.inner.offset()
747 }
748
749 pub fn nulls(&self) -> Option<&NullBuffer> {
750 // According to the shredding spec, ShreddedVariantFieldArray should be

Callers 3

append_nullMethod · 0.45
append_nullsMethod · 0.45
finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected