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

Method is_empty

arrow-array/src/builder/mod.rs:379–381  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

377 }
378
379 fn is_empty(&self) -> bool {
380 (**self).is_empty()
381 }
382
383 fn finish(&mut self) -> ArrayRef {
384 (**self).finish()

Callers 6

append_arrayMethod · 0.45
flush_in_progressMethod · 0.45
finish_clonedMethod · 0.45
finishMethod · 0.45
finish_clonedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected