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

Method len

datafusion/datasource/src/file_groups.rs:401–403  ·  view source on GitHub ↗

Returns the number of files in this group

(&self)

Source from the content-addressed store, hash-verified

399
400 /// Returns the number of files in this group
401 pub fn len(&self) -> usize {
402 self.files.len()
403 }
404
405 /// Set the statistics for this group
406 pub fn with_statistics(mut self, statistics: Arc<Statistics>) -> Self {

Callers 15

fmt_asMethod · 0.45
fmt_up_to_n_elementsFunction · 0.45
from_pathMethod · 0.45
find_first_newlineFunction · 0.45
verify_sort_integrityFunction · 0.45
new_from_filesMethod · 0.45
unprojectedMethod · 0.45
newMethod · 0.45
digestMethod · 0.45
fmt_asMethod · 0.45

Calls

no outgoing calls