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

Method with_partitions

datafusion/catalog/src/empty.rs:50–53  ·  view source on GitHub ↗

Creates a new EmptyTable with specified partition number.

(mut self, partitions: usize)

Source from the content-addressed store, hash-verified

48
49 /// Creates a new EmptyTable with specified partition number.
50 pub fn with_partitions(mut self, partitions: usize) -> Self {
51 self.partitions = partitions;
52 self
53 }
54}
55
56#[async_trait]

Calls

no outgoing calls