Packages

c

com.mapr.db.spark.sql.v2

MapRDBPartitionReaderFactory

case class MapRDBPartitionReaderFactory(schema: StructType, tablePath: String, hintedIndexes: Array[String], filters: Array[Filter]) extends PartitionReaderFactory with LoggingTrait with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, LoggingTrait, PartitionReaderFactory, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapRDBPartitionReaderFactory
  2. Serializable
  3. Product
  4. Equals
  5. LoggingTrait
  6. PartitionReaderFactory
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapRDBPartitionReaderFactory(schema: StructType, tablePath: String, hintedIndexes: Array[String], filters: Array[Filter])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def createColumnarReader(arg0: InputPartition): PartitionReader[ColumnarBatch]
    Definition Classes
    PartitionReaderFactory
  7. def createReader(partition: InputPartition): PartitionReader[InternalRow]

    Returns a row-based partition reader to read data from the given InputPartition.

    Returns a row-based partition reader to read data from the given InputPartition.

    Implementations probably need to cast the input partition to the concrete InputPartition class defined for the data source.

    Definition Classes
    MapRDBPartitionReaderFactory → PartitionReaderFactory
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val filters: Array[Filter]
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. val hintedIndexes: Array[String]
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def log: Logger
    Attributes
    protected
    Definition Classes
    LoggingTrait
  14. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingTrait
  15. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    LoggingTrait
  16. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingTrait
  17. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    LoggingTrait
  18. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingTrait
  19. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    LoggingTrait
  20. def logName: String
    Attributes
    protected
    Definition Classes
    LoggingTrait
  21. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingTrait
  22. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    LoggingTrait
  23. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingTrait
  24. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    LoggingTrait
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val schema: StructType
  29. def supportColumnarReads(arg0: InputPartition): Boolean
    Definition Classes
    PartitionReaderFactory
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val tablePath: String
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LoggingTrait

Inherited from PartitionReaderFactory

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped