Interface V2TableWithV1Fallback
- All Superinterfaces:
Table
A V2 table with V1 fallback support. This is used to fallback to V1 table when the V2 one
doesn't implement specific capabilities but V1 already has.
-
Method Summary
Methods inherited from interface org.apache.spark.sql.connector.catalog.Table
capabilities, columns, name, partitioning, properties, schema
-
Method Details
-
v1Table
org.apache.spark.sql.catalyst.catalog.CatalogTable v1Table()
-