Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/datasource-parquet/src/sink.rs:403–405 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
401
}
402
403
fn schema(&self) -> &SchemaRef {
404
self.config.output_schema()
405
}
406
407
async fn write_all(
408
&self,
Callers
15
setup_reader
Function · 0.45
scan_with_predicate
Function · 0.45
setup_reader
Function · 0.45
scan
Function · 0.45
test_filter_type_coercion
Function · 0.45
test_array_predicate_pushdown
Function · 0.45
test_filter_pushdown_leaf_index_with_struct_in_schema
Function · 0.45
get_field_filter_candidate_has_correct_leaf_indices
Function · 0.45
get_field_deeply_nested_filter_candidate
Function · 0.45
get_field_end_to_end_filters_rows
Function · 0.45
projection_read_plan_preserves_full_struct
Function · 0.45
identify_fully_matched_row_groups
Method · 0.45
Calls
1
output_schema
Method · 0.45
Tested by
15
test_filter_type_coercion
Function · 0.36
test_array_predicate_pushdown
Function · 0.36
test_filter_pushdown_leaf_index_with_struct_in_schema
Function · 0.36
get_field_filter_candidate_has_correct_leaf_indices
Function · 0.36
get_field_deeply_nested_filter_candidate
Function · 0.36
get_field_end_to_end_filters_rows
Function · 0.36
projection_read_plan_preserves_full_struct
Function · 0.36
test_row_group_bloom_filter_pruning_predicate
Function · 0.36
test_prune_on_statistics
Function · 0.36
test_prune_on_partition_statistics_with_dynamic_expression
Function · 0.36
test_prune_on_partition_values_and_file_statistics
Function · 0.36
test_prune_on_partition_value_and_data_value
Function · 0.36