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

Method is_empty

arrow-json/src/reader/mod.rs:667–669  ·  view source on GitHub ↗

True if there are no records to flush, i.e. [`Self::len`] is zero.

(&self)

Source from the content-addressed store, hash-verified

665
666 /// True if there are no records to flush, i.e. [`Self::len`] is zero.
667 pub fn is_empty(&self) -> bool {
668 self.len() == 0
669 }
670
671 /// Flushes the currently buffered data to a [`RecordBatch`]
672 ///

Callers 5

readMethod · 0.45
nextMethod · 0.45
decode_hex_to_writerFunction · 0.45
writeMethod · 0.45
assert_json_eqFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected