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

Method run_array

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

Returns the run array of this [`TypedRunArray`]

(&self)

Source from the content-addressed store, hash-verified

679
680 /// Returns the run array of this [`TypedRunArray`]
681 pub fn run_array(&self) -> &'a RunArray<R> {
682 self.run_array
683 }
684}
685
686/// SAFETY: Correctly implements the contract of Arrow Arrays

Callers 2

foldFunction · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected