Packages

package v2

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class MapRDBDataSource extends DataSourceRegister with TableProvider with LoggingTrait
  2. case class MapRDBInputPartition(internalId: Int, locations: Array[String], queryJson: String) extends InputPartition with Product with Serializable
  3. class MapRDBPartitionReader extends PartitionReader[InternalRow] with LoggingTrait

    Reads data from one particular MapR-DB tablet / region

  4. case class MapRDBPartitionReaderFactory(schema: StructType, tablePath: String, hintedIndexes: Array[String], filters: Array[Filter]) extends PartitionReaderFactory with LoggingTrait with Product with Serializable
  5. case class MapRDBScan(schema: StructType, tablePath: String, hintedIndexes: Array[String], filters: Array[Filter], readersPerTablet: Int) extends Scan with Batch with LoggingTrait with Product with Serializable
  6. case class MapRDBScanBuilder(schema: StructType, tablePath: String, hintedIndexes: Array[String], readersPerTablet: Int) extends ScanBuilder with SupportsPushDownFilters with SupportsPushDownRequiredColumns with Product with Serializable
  7. case class MapRDBTable(schema: StructType, tablePath: String, hintedIndexes: Array[String], readersPerTablet: Int) extends org.apache.spark.sql.connector.catalog.Table with SupportsRead with Product with Serializable

Ungrouped