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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapRDBTable
- Serializable
- Serializable
- Product
- Equals
- SupportsRead
- Table
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MapRDBTable(schema: StructType, tablePath: String, hintedIndexes: Array[String], readersPerTablet: Int)
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
capabilities(): Set[TableCapability]
Returns the set of capabilities for this table.
Returns the set of capabilities for this table.
- Definition Classes
- MapRDBTable → Table
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
columns(): Array[Column]
- Definition Classes
- Table
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hintedIndexes: Array[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name(): String
A name to identify this table.
A name to identify this table. Implementations should provide a meaningful name, like the database and table name from catalog, or the location of files for this table.
- Definition Classes
- MapRDBTable → Table
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newScanBuilder(options: CaseInsensitiveStringMap): ScanBuilder
Returns a
ScanBuilderwhich can be used to build aScan.Returns a
ScanBuilderwhich can be used to build aScan. Spark will call this method to configure each data source scan.- options
The options for reading, which is an immutable case-insensitive string-to-string map.
- Definition Classes
- MapRDBTable → SupportsRead
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
partitioning(): Array[Transform]
- Definition Classes
- Table
-
def
properties(): Map[String, String]
- Definition Classes
- Table
- val readersPerTablet: Int
-
val
schema: StructType
- Definition Classes
- MapRDBTable → Table
-
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