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

Method push

datafusion/datasource/src/file_groups.rs:434–436  ·  view source on GitHub ↗

Adds a file to the group

(&mut self, partitioned_file: PartitionedFile)

Source from the content-addressed store, hash-verified

432
433 /// Adds a file to the group
434 pub fn push(&mut self, partitioned_file: PartitionedFile) {
435 self.files.push(partitioned_file);
436 }
437
438 /// Get the specific file statistics for the given index
439 /// If the index is None, return the `FileGroup` statistics

Callers 15

stagger_batch_with_seedFunction · 0.45
interesting_casesMethod · 0.45
user_docFunction · 0.45
transformMethod · 0.45
f_downMethod · 0.45
f_upMethod · 0.45
push_projection_deduplFunction · 0.45
select_to_planMethod · 0.45
try_process_unnestMethod · 0.45
plan_selectionMethod · 0.45
prepare_select_exprsMethod · 0.45

Calls

no outgoing calls

Tested by 15

get_spansFunction · 0.36
with_expr_plannerMethod · 0.36
experimentFunction · 0.36
partitioned_file_groupsFunction · 0.36
openMethod · 0.36
try_pushdown_filtersMethod · 0.36
format_plan_for_testFunction · 0.36
create_memtableFunction · 0.36