Represents a one-to-one dependency between partitions of the parent and child RDDs. For example, val rdd2 = rdd1.map(func()). The rdd2 has OneToOneDependency with rdd1.