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. case class GpuRaiseError(child: Expression) extends GpuUnaryExpression with ExpectsInputTypes with Product with Serializable
  6. class GpuShuffleBlockResolver extends GpuShuffleBlockResolverBase
  7. case class GpuTimeAdd(start: Expression, interval: Expression, timeZoneId: Option[String] = None) extends BinaryExpression with ShimBinaryExpression with GpuExpression with TimeZoneAwareExpression with ExpectsInputTypes with Serializable with Product
  8. trait RapidsQueryErrorUtils extends AnyRef
  9. class RapidsShuffleThreadedReader[K, C] extends RapidsShuffleThreadedReaderBase[K, C]
  10. class RapidsShuffleThreadedWriter[K, V] extends RapidsShuffleThreadedWriterBase[K, V] with ShuffleChecksumSupport

Ungrouped