MCPcopy Create free account
hub / github.com/apache/datafusion / is_empty

Method is_empty

datafusion/datasource/src/file_groups.rs:424–426  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

422 }
423
424 pub fn is_empty(&self) -> bool {
425 self.files.is_empty()
426 }
427
428 /// Removes the last element from the files vector and returns it, or None if empty
429 pub fn pop(&mut self) -> Option<PartitionedFile> {

Callers 15

strip_prefixMethod · 0.45
with_statisticsMethod · 0.45
openMethod · 0.45
digestMethod · 0.45
nextMethod · 0.45
fmt_asMethod · 0.45
repartitionedMethod · 0.45
try_new_as_valuesMethod · 0.45
try_new_from_batchesMethod · 0.45
try_newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected