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

Method get_end_physical_index

arrow-array/src/array/run_array.rs:292–294  ·  view source on GitHub ↗

Returns the physical index at which the array slice ends. See [`RunEndBuffer::get_end_physical_index`].

(&self)

Source from the content-addressed store, hash-verified

290 ///
291 /// See [`RunEndBuffer::get_end_physical_index`].
292 pub fn get_end_physical_index(&self) -> usize {
293 self.run_ends.get_end_physical_index()
294 }
295
296 /// Downcast this [`RunArray`] to a [`TypedRunArray`]
297 ///

Callers 2

newMethod · 0.45
values_sliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected