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

Method get_start_physical_index

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

Returns the physical index at which the array slice starts. See [`RunEndBuffer::get_start_physical_index`].

(&self)

Source from the content-addressed store, hash-verified

283 ///
284 /// See [`RunEndBuffer::get_start_physical_index`].
285 pub fn get_start_physical_index(&self) -> usize {
286 self.run_ends.get_start_physical_index()
287 }
288
289 /// Returns the physical index at which the array slice ends.
290 ///

Callers 3

newMethod · 0.45
newMethod · 0.45
values_sliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected