A RDD which pulls from provided separate CassandraTableScanRDDs which share partition keys type and
keyspaces. These tables will be joined on READ using a merge iterator. As long as we join
on the token of the partition key the two iterators should be read in order.
Note: this implementation do not restrict partition keys has the same names, but they should have the same types
Linear Supertypes
RDD[Seq[Seq[T]]], Logging, Serializable, Serializable, AnyRef, Any
A RDD which pulls from provided separate CassandraTableScanRDDs which share partition keys type and keyspaces. These tables will be joined on READ using a merge iterator. As long as we join on the token of the partition key the two iterators should be read in order. Note: this implementation do not restrict partition keys has the same names, but they should have the same types