class GpuParquetReader extends CloseableGroup with CloseableIterable[ColumnarBatch]
GPU version of Apache Iceberg's ParquetReader class
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GpuParquetReader
- CloseableIterable
- Iterable
- CloseableGroup
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addCloseable(arg0: AutoCloseable): Unit
- Definition Classes
- CloseableGroup
-
def
addCloseable(arg0: Closeable): Unit
- Definition Classes
- CloseableGroup
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- CloseableGroup → Closeable → AutoCloseable
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
forEach(arg0: Consumer[_ >: ColumnarBatch]): Unit
- Definition Classes
- Iterable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator(): CloseableIterator[ColumnarBatch]
- Definition Classes
- GpuParquetReader → CloseableIterable → Iterable
- Annotations
- @Override()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setSuppressCloseFailure(arg0: Boolean): Unit
- Definition Classes
- CloseableGroup
-
def
spliterator(): Spliterator[ColumnarBatch]
- Definition Classes
- Iterable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()