Interface Registration


@Internal public interface Registration
A way to register a table in a TableEnvironment that this descriptor originates from.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createTemporaryTable(String path, org.apache.flink.table.catalog.CatalogBaseTable table)
    Creates a temporary table in a given path.
  • Method Details

    • createTemporaryTable

      void createTemporaryTable(String path, org.apache.flink.table.catalog.CatalogBaseTable table)
      Creates a temporary table in a given path.
      Parameters:
      path - Path where to register the given table
      table - table to register