Packages

package shims

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class GpuShuffleExchangeExec(gpuOutputPartitioning: GpuPartitioning, child: SparkPlan, shuffleOrigin: ShuffleOrigin, advisoryPartitionSize: Option[Long] = None)(cpuOutputPartitioning: Partitioning) extends GpuShuffleExchangeExecBaseWithMetrics with ShuffleExchangeLike with Product with Serializable

Value Members

  1. 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.

Ungrouped