Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ index
Method
index
datafusion/datasource/src/file_groups.rs:549–551 ·
view source on GitHub ↗
(&self, index: usize)
Source
from the content-addressed store, hash-verified
547
type Output = PartitionedFile;
548
549
fn index(&self, index: usize) -> &Self::Output {
550
&self.files[index]
551
}
552
}
553
554
impl IndexMut<usize> for FileGroup {
Callers
9
new_from_files
Method · 0.45
inject_partition_columns_into_projection
Function · 0.45
new
Method · 0.45
try_with_sort_information
Method · 0.45
any_file_has_nulls_in_sort_columns
Function · 0.45
ordered_column_indices_from_projection
Function · 0.45
build_projection_read_plan
Function · 0.45
sort_expr_to_sorting_column
Function · 0.45
identify_fully_matched_row_groups
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected