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

Method run_ends

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

Returns a reference to the [`RunEndBuffer`].

(&self)

Source from the content-addressed store, hash-verified

208
209 /// Returns a reference to the [`RunEndBuffer`].
210 pub fn run_ends(&self) -> &RunEndBuffer<R::Native> {
211 &self.run_ends
212 }
213
214 /// Returns a reference to the values array.
215 ///

Callers 15

newMethod · 0.80
run_end_encoded_castFunction · 0.80
newMethod · 0.80
compute_lengthsFunction · 0.80
encodeFunction · 0.80
filter_run_end_arrayFunction · 0.80
concat_run_arraysFunction · 0.80
test_concat_run_arrayFunction · 0.80

Calls

no outgoing calls