Packages

class GpuParquetReader extends CloseableGroup with CloseableIterable[ColumnarBatch]

GPU version of Apache Iceberg's ParquetReader class

Linear Supertypes
CloseableIterable[ColumnarBatch], Iterable[ColumnarBatch], CloseableGroup, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GpuParquetReader
  2. CloseableIterable
  3. Iterable
  4. CloseableGroup
  5. Closeable
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GpuParquetReader(input: InputFile, expectedSchema: Schema, options: ParquetReadOptions, nameMapping: NameMapping, filter: Expression, caseSensitive: Boolean, idToConstant: Map[Integer, _], deleteFilter: GpuDeleteFilter, partFile: PartitionedFile, conf: Configuration, maxBatchSizeRows: Int, maxBatchSizeBytes: Long, targetBatchSizeBytes: Long, useChunkedReader: Boolean, maxChunkedReaderMemoryUsageSizeBytes: Long, debugDumpPrefix: Option[String], debugDumpAlways: Boolean, metrics: Map[String, GpuMetric])

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. def addCloseable(arg0: AutoCloseable): Unit
    Definition Classes
    CloseableGroup
  5. def addCloseable(arg0: Closeable): Unit
    Definition Classes
    CloseableGroup
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def close(): Unit
    Definition Classes
    CloseableGroup → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def forEach(arg0: Consumer[_ >: ColumnarBatch]): Unit
    Definition Classes
    Iterable
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def iterator(): CloseableIterator[ColumnarBatch]
    Definition Classes
    GpuParquetReader → CloseableIterable → Iterable
    Annotations
    @Override()
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def setSuppressCloseFailure(arg0: Boolean): Unit
    Definition Classes
    CloseableGroup
  21. def spliterator(): Spliterator[ColumnarBatch]
    Definition Classes
    Iterable
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from CloseableIterable[ColumnarBatch]

Inherited from Iterable[ColumnarBatch]

Inherited from CloseableGroup

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped