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

Class Repartition

datafusion/expr/src/logical_plan/plan.rs:2910–2915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2908// Repartition the plan based on a partitioning scheme.
2909#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Hash)]
2910pub struct Repartition {
2911 /// The incoming logical plan
2912 pub input: Arc<LogicalPlan>,
2913 /// The partitioning scheme
2914 pub partitioning_scheme: Partitioning,
2915}
2916
2917/// Union multiple inputs
2918#[derive(Debug, Clone, PartialEq, Eq, Hash)]

Callers 10

with_new_exprsMethod · 0.85
map_childrenMethod · 0.85
map_expressionsMethod · 0.85
repartitionMethod · 0.85
try_from_logical_planMethod · 0.85
from_exchange_relFunction · 0.85
rewriteMethod · 0.85

Calls

no outgoing calls

Tested by 2

Used in the wild real call sites across dependent graphs

searching dependent graphs…