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

Function pfile

datafusion/datasource/src/file_groups.rs:1222–1224  ·  view source on GitHub ↗

returns a partitioned file with the specified path and size

(path: impl Into<String>, file_size: u64)

Source from the content-addressed store, hash-verified

1220
1221 /// returns a partitioned file with the specified path and size
1222 fn pfile(path: impl Into<String>, file_size: u64) -> PartitionedFile {
1223 PartitionedFile::new(path, file_size)
1224 }
1225
1226 /// Creates a file with partition value with a static size of 10.
1227 fn pfile_with_pv(path: &str, pv: &str) -> PartitionedFile {

Callers 4

repartition_empty_filesFunction · 0.85
pfile_with_pvFunction · 0.85

Calls 1

newFunction · 0.85

Tested by 3

repartition_empty_filesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…