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

Method into_inner

arrow-buffer/src/buffer/scalar.rs:125–127  ·  view source on GitHub ↗

Returns the inner [`Buffer`], consuming self

(self)

Source from the content-addressed store, hash-verified

123
124 /// Returns the inner [`Buffer`], consuming self
125 pub fn into_inner(self) -> Buffer {
126 self.buffer
127 }
128
129 /// Claim memory used by this buffer in the provided memory pool.
130 ///

Callers 1

fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected