class QueryTable extends SupportsRead
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryTable
- SupportsRead
- Table
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QueryTable(schema: StructType, partitioning: Array[Transform], properties: Map[String, String], readConfig: QueryReadConfig)
Value Members
-
def
capabilities(): Set[TableCapability]
- Definition Classes
- QueryTable → Table
-
def
columns(): Array[Column]
- Definition Classes
- Table
-
def
name(): String
- Definition Classes
- QueryTable → Table
-
def
newScanBuilder(options: CaseInsensitiveStringMap): ScanBuilder
- Definition Classes
- QueryTable → SupportsRead
-
def
partitioning(): Array[Transform]
- Definition Classes
- QueryTable → Table
-
def
properties(): Map[String, String]
- Definition Classes
- QueryTable → Table
-
def
schema(): StructType
- Definition Classes
- QueryTable → Table