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

Method inner

arrow-buffer/src/buffer/run.rs:288–290  ·  view source on GitHub ↗

Returns the inner [`ScalarBuffer`].

(&self)

Source from the content-addressed store, hash-verified

286
287 /// Returns the inner [`ScalarBuffer`].
288 pub fn inner(&self) -> &ScalarBuffer<E> {
289 &self.run_ends
290 }
291
292 /// Returns the inner [`ScalarBuffer`], consuming self.
293 pub fn into_inner(self) -> ScalarBuffer<E> {

Callers 2

append_bufferMethod · 0.45

Calls

no outgoing calls

Tested by 1