A RDD which pulls from two separate CassandraTableScanRDDs which share partition keys 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.
Linear Supertypes
RDD[(Seq[L], Seq[R])], Logging, Serializable, Serializable, AnyRef, Any
A RDD which pulls from two separate CassandraTableScanRDDs which share partition keys 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.