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

Method into_inner

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

Returns the inner [`ScalarBuffer`], consuming self.

(self)

Source from the content-addressed store, hash-verified

291
292 /// Returns the inner [`ScalarBuffer`], consuming self.
293 pub fn into_inner(self) -> ScalarBuffer<E> {
294 self.run_ends
295 }
296
297 /// Claim memory used by this buffer in the provided memory pool.
298 #[cfg(feature = "pool")]

Callers 7

criterion_benchmarkFunction · 0.45
buffer_bin_andFunction · 0.45
buffer_bin_orFunction · 0.45
buffer_bin_xorFunction · 0.45
buffer_bin_and_notFunction · 0.45
buffer_unary_notFunction · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected