Packages

package shims

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class GpuAscii(child: Expression) extends GpuUnaryExpression with ImplicitCastInputTypes with NullIntolerant with Product with Serializable
  2. 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
  3. 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.

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

Ungrouped