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

Method with_partition

datafusion/datasource/src/file_stream/builder.rs:54–57  ·  view source on GitHub ↗

Configure the partition to scan.

(mut self, partition: usize)

Source from the content-addressed store, hash-verified

52
53 /// Configure the partition to scan.
54 pub fn with_partition(mut self, partition: usize) -> Self {
55 self.partition = Some(partition);
56 self
57 }
58
59 /// Configure the [`FileOpener`] used to open files.
60 ///

Callers 9

csv_openerFunction · 0.45
json_openerFunction · 0.45
newMethod · 0.45
resultMethod · 0.45
runMethod · 0.45
open_with_argsMethod · 0.45

Calls

no outgoing calls