Struct datafusion_expr::logical_plan::Repartition
source · pub struct Repartition {
pub input: Arc<LogicalPlan>,
pub partitioning_scheme: Partitioning,
}
Expand description
Repartition the plan based on a partitioning scheme.
Fields§
§input: Arc<LogicalPlan>
The incoming logical plan
partitioning_scheme: Partitioning
The partitioning scheme
Trait Implementations§
source§impl Clone for Repartition
impl Clone for Repartition
source§fn clone(&self) -> Repartition
fn clone(&self) -> Repartition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more