Interface Registration


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

      • 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