package spark
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- spark
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
- package partitionreader
Type Members
- case class HdxPushedAggsPartition(row: InternalRow) extends InputPartition with Product with Serializable
- final class PushedAggsPartitionReader extends PartitionReader[InternalRow]
A trivial PartitionReader for the special case when a query contains only pushed aggregations
- final class PushedAggsPartitionReaderFactory extends PartitionReaderFactory
- final class SparkBatch extends Batch with Logging
- final class SparkScan extends Scan
- final class SparkScanBuilder extends ScanBuilder with SupportsPushDownV2Filters with SupportsPushDownRequiredColumns with SupportsPushDownAggregates with Logging
- case class SparkScanPartition(coreScan: HdxPartitionScanPlan) extends InputPartition with Product with Serializable
- case class SparkTable(coreTable: HdxTable) extends Table with SupportsRead with Product with Serializable
- final class SparkTableCatalog extends TableCatalog with SupportsNamespaces with Logging
- final class WeirdIterator[T >: Null <: AnyRef] extends AnyRef
See org.apache.spark.sql.connector.read.PartitionReader for
next()/get()contract
Value Members
- def nope(): Nothing
- object SparkTypes