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

Method offset

arrow-buffer/src/buffer/run.rs:161–163  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

159 /// Returns the logical offset into the run-ends stored by this buffer.
160 #[inline]
161 pub fn offset(&self) -> usize {
162 self.logical_offset
163 }
164
165 /// Returns the logical length of the run-ends stored by this buffer.
166 #[inline]

Callers 6

buffer_bin_andFunction · 0.45
buffer_bin_orFunction · 0.45
buffer_bin_xorFunction · 0.45
buffer_bin_and_notFunction · 0.45
get_physical_indicesMethod · 0.45
append_bufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected