pub fn create_subtasks(
from_exprs: &[PartitionExpr],
to_exprs: &[PartitionExpr],
) -> Result<Vec<RepartitionSubtask>>
Expand description
Create independent subtasks out of given FROM/TO partition expressions.
pub fn create_subtasks(
from_exprs: &[PartitionExpr],
to_exprs: &[PartitionExpr],
) -> Result<Vec<RepartitionSubtask>>
Create independent subtasks out of given FROM/TO partition expressions.