case class MapRDBPartitionReaderFactory(schema: StructType, tablePath: String, hintedIndexes: Array[String], filters: Array[Filter]) extends PartitionReaderFactory with LoggingTrait with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapRDBPartitionReaderFactory
- Serializable
- Product
- Equals
- LoggingTrait
- PartitionReaderFactory
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MapRDBPartitionReaderFactory(schema: StructType, tablePath: String, hintedIndexes: Array[String], filters: Array[Filter])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createColumnarReader(arg0: InputPartition): PartitionReader[ColumnarBatch]
- Definition Classes
- PartitionReaderFactory
-
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
InputPartitionclass defined for the data source.- Definition Classes
- MapRDBPartitionReaderFactory → PartitionReaderFactory
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filters: Array[Filter]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hintedIndexes: Array[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logDebug(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logName: String
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logTrace(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- LoggingTrait
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val schema: StructType
-
def
supportColumnarReads(arg0: InputPartition): Boolean
- Definition Classes
- PartitionReaderFactory
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tablePath: String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated