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

Method next_offset

arrow-array/src/builder/generic_bytes_builder.rs:86–88  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

84
85 #[inline]
86 fn next_offset(&self) -> T::Offset {
87 T::Offset::from_usize(self.value_builder.len()).expect("byte array offset overflow")
88 }
89
90 /// Appends a value into the builder.
91 ///

Callers 6

append_valueMethod · 0.45
append_value_nMethod · 0.45
append_nullMethod · 0.45
append_nullsMethod · 0.45
append_arrayMethod · 0.45
finishMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected