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

Method next_offset

arrow-array/src/builder/generic_list_builder.rs:209–211  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

207 /// Panics if the length of [`Self::values`] exceeds `OffsetSize::MAX`
208 #[inline]
209 fn next_offset(&self) -> OffsetSize {
210 OffsetSize::from_usize(self.values_builder.len()).unwrap()
211 }
212
213 /// Append a value to this [`GenericListBuilder`]
214 ///

Callers 3

appendMethod · 0.45
append_nullMethod · 0.45
append_nullsMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected