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

Method is_empty

arrow-csv/src/reader/records.rs:179–181  ·  view source on GitHub ↗

Returns true if the decoder is empty

(&self)

Source from the content-addressed store, hash-verified

177
178 /// Returns true if the decoder is empty
179 pub fn is_empty(&self) -> bool {
180 self.num_rows == 0
181 }
182
183 /// Clears the current contents of the decoder
184 pub fn clear(&mut self) {

Callers 8

from_strMethod · 0.45
writeMethod · 0.45
create_tableFunction · 0.45
create_columnFunction · 0.45
cast_to_run_end_encodedFunction · 0.45
is_nullMethod · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected