package spark

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package partitionreader

Type Members

  1. case class HdxPushedAggsPartition(row: InternalRow) extends InputPartition with Product with Serializable
  2. final class PushedAggsPartitionReader extends PartitionReader[InternalRow]

    A trivial PartitionReader for the special case when a query contains only pushed aggregations

  3. final class PushedAggsPartitionReaderFactory extends PartitionReaderFactory
  4. final class SparkBatch extends Batch with Logging
  5. final class SparkScan extends Scan
  6. final class SparkScanBuilder extends ScanBuilder with SupportsPushDownV2Filters with SupportsPushDownRequiredColumns with SupportsPushDownAggregates with Logging
  7. case class SparkScanPartition(coreScan: HdxPartitionScanPlan) extends InputPartition with Product with Serializable
  8. case class SparkTable(coreTable: HdxTable) extends Table with SupportsRead with Product with Serializable
  9. final class SparkTableCatalog extends TableCatalog with SupportsNamespaces with Logging
  10. final class WeirdIterator[T >: Null <: AnyRef] extends AnyRef

    See org.apache.spark.sql.connector.read.PartitionReader for next()/get() contract

Value Members

  1. def nope(): Nothing
  2. object SparkTypes

Inherited from AnyRef

Inherited from Any

Ungrouped