package shims
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class GpuShuffleExchangeExec(gpuOutputPartitioning: GpuPartitioning, child: SparkPlan, shuffleOrigin: ShuffleOrigin)(cpuOutputPartitioning: Partitioning) extends GpuShuffleExchangeExecBaseWithMetrics with ShuffleExchangeLike with Product with Serializable
Value Members
-
object
ShuffledBatchRDDUtil
Some APIs for the ShuffledBatchRDD are only accessible from org.apache.spark...
Some APIs for the ShuffledBatchRDD are only accessible from org.apache.spark... This code tries to match the Spark code as closely as possible. Fixing a compiler or IDE warning is not always the best thing here because if it changes how it matches up with the Spark code it may make it harder to maintain as thing change in Spark.