package v2
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class MapRDBDataSource extends DataSourceRegister with TableProvider with LoggingTrait
- case class MapRDBInputPartition(internalId: Int, locations: Array[String], queryJson: String) extends InputPartition with Product with Serializable
-
class
MapRDBPartitionReader extends PartitionReader[InternalRow] with LoggingTrait
Reads data from one particular MapR-DB tablet / region
- case class MapRDBPartitionReaderFactory(schema: StructType, tablePath: String, hintedIndexes: Array[String], filters: Array[Filter]) extends PartitionReaderFactory with LoggingTrait with Product with Serializable
- 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
- case class MapRDBScanBuilder(schema: StructType, tablePath: String, hintedIndexes: Array[String], readersPerTablet: Int) extends ScanBuilder with SupportsPushDownFilters with SupportsPushDownRequiredColumns with Product with Serializable
- 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
Value Members
- object QueryConditionBuilder extends Logging
- object QueryConditionExtensions
- object SupportedFilterTypes