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

Method iter

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

Source from the content-addressed store, hash-verified

414 }
415
416 pub fn iter(&self) -> impl Iterator<Item = &PartitionedFile> {
417 self.files.iter()
418 }
419
420 pub fn into_inner(self) -> Vec<PartitionedFile> {
421 self.files

Callers 15

fmt_asMethod · 0.45
fmt_up_to_n_elementsFunction · 0.45
has_statisticsMethod · 0.45
find_first_newlineFunction · 0.45
verify_sort_integrityFunction · 0.45
newMethod · 0.45
new_from_filesMethod · 0.45
newMethod · 0.45
min_values_sortedMethod · 0.45
is_sortedMethod · 0.45

Calls

no outgoing calls