package source
Type Members
-
class
GpuIcebergReader extends CloseableIterator[ColumnarBatch]
Takes a partition reader output and adds any constant columns and deletion filters that need to be applied after the data is loaded from the raw data files.
-
class
GpuSparkBatchQueryScan extends GpuSparkScan with ShimSupportsRuntimeFiltering
GPU-accelerated Iceberg batch scan.
GPU-accelerated Iceberg batch scan. This is derived from Apache Iceberg's BatchQueryScan class.
-
class
SparkBatch extends Batch
Derived from Apache Iceberg's SparkBatch class.
-
class
Stats extends Statistics
Derived from Apache Iceberg's Stats class.