class MapRDBPartitionReader extends PartitionReader[InternalRow] with LoggingTrait
Reads data from one particular MapR-DB tablet / region
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapRDBPartitionReader
- LoggingTrait
- PartitionReader
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
MapRDBPartitionReader(table: String, filters: Array[Filter], schema: StructType, partition: MapRDBInputPartition, hintedIndexes: Array[String])
- table
MapR-DB Table Path
- filters
Filters to be pushed down
- schema
Schema to be pushed down
- hintedIndexes
External index
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
close(): Unit
- Definition Classes
- MapRDBPartitionReader → Closeable → AutoCloseable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
get(): InternalRow
Return the current record.
Return the current record. This method should return same value until
nextis called.- Definition Classes
- MapRDBPartitionReader → PartitionReader
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
- MapRDBPartitionReader → 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
-
def
next(): Boolean
Proceed to next record, returns false if there is no more records.
Proceed to next record, returns false if there is no more records.
- Definition Classes
- MapRDBPartitionReader → PartitionReader
- Exceptions thrown
IOExceptionif failure happens during disk/network IO like reading files.
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- Deprecated
(Since version ) see corresponding Javadoc for more information.