Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compare_split_groups_by_statistics_algorithms
Function · 0.45
fmt_as
Method · 0.45
fmt_up_to_n_elements
Function · 0.45
has_statistics
Method · 0.45
find_first_newline
Function · 0.45
verify_sort_integrity
Function · 0.45
new
Method · 0.45
with_table_partition_cols
Method · 0.45
new_from_files
Method · 0.45
new
Method · 0.45
min_values_sorted
Method · 0.45
is_sorted
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_split_projection_expression_with_file_and_partition_columns
Function · 0.36
test_config
Method · 0.36
test_split_groups_by_statistics
Function · 0.36
equivalence_properties_after_schema_change
Function · 0.36
test_file_scan_config_builder_new_from
Function · 0.36
test_split_groups_by_statistics_with_target_partitions
Function · 0.36
test_output_partitioning_with_partition_columns
Function · 0.36
test_real_world_format_large
Function · 0.36
test_json_array_from_stream
Function · 0.36
test_json_array_empty
Function · 0.36
test_json_array_large_file
Function · 0.36
test_ndjson_partitioned
Function · 0.36