Packages

package shims

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class GpuCreateDataSourceTableAsSelectCommand(table: CatalogTable, mode: SaveMode, query: LogicalPlan, outputColumnNames: Seq[String], origProvider: Class[_], gpuFileFormat: ColumnarFileFormat, useStableSort: Boolean, concurrentWriterPartitionFlushSize: Long) extends LogicalPlan with GpuDataWritingCommand with Product with Serializable
  2. class GpuFileScanRDD extends RDD[InternalRow]

    An RDD that scans a list of file partitions.

    An RDD that scans a list of file partitions. Databricks has different versions of FileScanRDD so we copy the Apache Spark version.

  3. class GpuShuffleBlockResolver extends GpuShuffleBlockResolverBase
  4. case class GpuTimeAdd(start: Expression, interval: Expression, timeZoneId: Option[String] = None) extends GpuTimeMath with Product with Serializable
  5. class RapidsShuffleThreadedReader[K, C] extends RapidsShuffleThreadedReaderBase[K, C]
  6. class RapidsShuffleThreadedWriter[K, V] extends RapidsShuffleThreadedWriterBase[K, V]

Ungrouped