Interface V2TableWithV1Fallback

All Superinterfaces:
Table

public interface V2TableWithV1Fallback extends 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 Details

    • v1Table

      org.apache.spark.sql.catalyst.catalog.CatalogTable v1Table()