We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4d515 commit 15caf95Copy full SHA for 15caf95
datafusion/physical-plan/src/repartition/on_demand_repartition.rs
@@ -19,6 +19,8 @@
19
//! partitions to M output partitions based on a partitioning scheme, optionally
20
//! maintaining the order of the input rows in the output. The operator is similar to the [`RepartitionExec`]
21
//! operator, but it doesn't distribute the data to the output streams until the downstreams request the data.
22
+//!
23
+//! [`RepartitionExec`]: https://docs.rs/datafusion/latest/datafusion/physical_plan/repartition/struct.RepartitionExec.html
24
25
use std::pin::Pin;
26
use std::sync::Arc;
0 commit comments