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

Method build

arrow-buffer/src/builder/null.rs:218–220  ·  view source on GitHub ↗

Builds the [`NullBuffer`] without resetting the builder. This consumes the builder. Use [`Self::finish`] to reuse it.

(self)

Source from the content-addressed store, hash-verified

216 ///
217 /// This consumes the builder. Use [`Self::finish`] to reuse it.
218 pub fn build(self) -> Option<NullBuffer> {
219 self.bitmap_builder.map(NullBuffer::from)
220 }
221
222 /// Builds the [NullBuffer] without resetting the builder.
223 pub fn finish_cloned(&self) -> Option<NullBuffer> {

Callers 1

finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected