final classSampledCachedRDD extends RDD[InternalRow]
Encapsulates an RDD over all the cached samples for a sampled table.
Parallelizes execution using the hashmap segment configuration on the nodes
with each partition handling one or more segments of the hashmap on a node.
Linear Supertypes
RDD[InternalRow], internal.Logging, Serializable, Serializable, AnyRef, Any
Encapsulates an RDD over all the cached samples for a sampled table. Parallelizes execution using the hashmap segment configuration on the nodes with each partition handling one or more segments of the hashmap on a node.