Packages

c

com.nvidia.spark.rapids.shims

GpuOrcDataReaderBase

abstract class GpuOrcDataReaderBase extends DataReader

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GpuOrcDataReaderBase
  2. DataReader
  3. Cloneable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GpuOrcDataReaderBase(props: DataReaderProperties, conf: Configuration, metrics: Map[String, GpuMetric])

Type Members

  1. trait BlockLoader extends AnyRef
    Attributes
    protected

Abstract Value Members

  1. abstract def getCompressionOptions(): StreamOptions
    Definition Classes
    DataReader
  2. abstract def parseStripeFooter(buf: ByteBuffer, size: Int): StripeFooter
    Attributes
    protected
  3. abstract def readFileData(arg0: BufferChunkList, arg1: Boolean): BufferChunkList
    Definition Classes
    DataReader
    Annotations
    @throws( classOf[java.io.IOException] )

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): DataReader
    Definition Classes
    GpuOrcDataReaderBase → DataReader → AnyRef
  6. def close(): Unit
    Definition Classes
    GpuOrcDataReaderBase → DataReader → AutoCloseable
  7. val compression: StreamOptions
    Attributes
    protected
  8. def copyFileDataToHostStream(out: HostMemoryOutputStream, ranges: DiskRangeList): Unit
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. var file: Option[FSDataInputStream]
    Attributes
    protected
  12. val filePathString: String
    Attributes
    protected
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isTrackingDiskRanges(): Boolean
    Definition Classes
    GpuOrcDataReaderBase → DataReader
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def open(): Unit
    Definition Classes
    GpuOrcDataReaderBase → DataReader
  22. def readDiskRanges(ranges: DiskRangeList, baseOffset: Long, loader: BlockLoader): Unit
    Attributes
    protected
  23. def readStripeFooter(stripe: StripeInformation): StripeFooter
    Definition Classes
    GpuOrcDataReaderBase → DataReader
  24. def releaseBuffer(buffer: ByteBuffer): Unit
    Definition Classes
    GpuOrcDataReaderBase → DataReader
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from DataReader

Inherited from Cloneable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped