Packages

c

com.nvidia.spark.rapids

GpuParquetMultiFilePartitionReaderFactory

case class GpuParquetMultiFilePartitionReaderFactory(sqlConf: SQLConf, broadcastedConf: Broadcast[SerializableConfiguration], dataSchema: StructType, readDataSchema: StructType, partitionSchema: StructType, filters: Array[Filter], rapidsConf: RapidsConf, metrics: Map[String, GpuMetric], queryUsesInputFile: Boolean, alluxioPathReplacementMap: Option[Map[String, String]]) extends MultiFilePartitionReaderFactoryBase with Product with Serializable

Similar to GpuParquetPartitionReaderFactory but extended for reading multiple files in an iteration. This will allow us to read multiple small files and combine them on the CPU side before sending them down to the GPU.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GpuParquetMultiFilePartitionReaderFactory
  2. Serializable
  3. Product
  4. Equals
  5. MultiFilePartitionReaderFactoryBase
  6. Logging
  7. PartitionReaderFactory
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GpuParquetMultiFilePartitionReaderFactory(sqlConf: SQLConf, broadcastedConf: Broadcast[SerializableConfiguration], dataSchema: StructType, readDataSchema: StructType, partitionSchema: StructType, filters: Array[Filter], rapidsConf: RapidsConf, metrics: Map[String, GpuMetric], queryUsesInputFile: Boolean, alluxioPathReplacementMap: Option[Map[String, String]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val alluxioPathReplacementMap: Option[Map[String, String]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val broadcastedConf: Broadcast[SerializableConfiguration]
  7. def buildBaseColumnarReaderForCloud(files: Array[PartitionedFile], conf: Configuration): PartitionReader[ColumnarBatch]

    Build the PartitionReader for cloud reading

    Build the PartitionReader for cloud reading

    files

    files to be read

    conf

    configuration

    returns

    cloud reading PartitionReader

    Definition Classes
    GpuParquetMultiFilePartitionReaderFactoryMultiFilePartitionReaderFactoryBase
  8. def buildBaseColumnarReaderForCoalescing(origFiles: Array[PartitionedFile], conf: Configuration): PartitionReader[ColumnarBatch]

    Build the PartitionReader for coalescing reading

    Build the PartitionReader for coalescing reading

    conf

    the configuration

    returns

    coalescing reading PartitionReader

    Definition Classes
    GpuParquetMultiFilePartitionReaderFactoryMultiFilePartitionReaderFactoryBase
  9. val canUseCoalesceFilesReader: Boolean

    An abstract method to indicate if coalescing reading can be used

    An abstract method to indicate if coalescing reading can be used

    Definition Classes
    GpuParquetMultiFilePartitionReaderFactoryMultiFilePartitionReaderFactoryBase
  10. val canUseMultiThreadReader: Boolean

    An abstract method to indicate if cloud reading can be used

    An abstract method to indicate if cloud reading can be used

    Definition Classes
    GpuParquetMultiFilePartitionReaderFactoryMultiFilePartitionReaderFactoryBase
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def createColumnarReader(partition: InputPartition): PartitionReader[ColumnarBatch]
    Definition Classes
    MultiFilePartitionReaderFactoryBase → PartitionReaderFactory
  13. def createReader(partition: InputPartition): PartitionReader[InternalRow]
    Definition Classes
    MultiFilePartitionReaderFactoryBase → PartitionReaderFactory
  14. val dataSchema: StructType
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val filters: Array[Filter]
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def getFileFormatShortName: String

    File format short name used for logging and other things to uniquely identity which file format is being used.

    File format short name used for logging and other things to uniquely identity which file format is being used.

    returns

    the file format short name

    Definition Classes
    GpuParquetMultiFilePartitionReaderFactoryMultiFilePartitionReaderFactoryBase
  20. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  21. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  24. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  25. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  32. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. val maxChunkedReaderMemoryUsageSizeBytes: Long
    Attributes
    protected
    Definition Classes
    MultiFilePartitionReaderFactoryBase
  37. val maxGpuColumnSizeBytes: Long
    Attributes
    protected
    Definition Classes
    MultiFilePartitionReaderFactoryBase
  38. val maxReadBatchSizeBytes: Long
    Attributes
    protected
    Definition Classes
    MultiFilePartitionReaderFactoryBase
  39. val maxReadBatchSizeRows: Int
    Attributes
    protected
    Definition Classes
    MultiFilePartitionReaderFactoryBase
  40. val metrics: Map[String, GpuMetric]
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. val partitionSchema: StructType
  45. val queryUsesInputFile: Boolean
  46. val rapidsConf: RapidsConf
  47. val readDataSchema: StructType
  48. val sqlConf: SQLConf
  49. def supportColumnarReads(partition: InputPartition): Boolean
    Definition Classes
    MultiFilePartitionReaderFactoryBase → PartitionReaderFactory
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. val targetBatchSizeBytes: Long
    Attributes
    protected
    Definition Classes
    MultiFilePartitionReaderFactoryBase
  52. val useChunkedReader: Boolean
    Attributes
    protected
    Definition Classes
    MultiFilePartitionReaderFactoryBase
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from PartitionReaderFactory

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped