Interface Registration
-
@Internal public interface RegistrationA way to register a table in aTableEnvironmentthat this descriptor originates from.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateTemporaryTable(String path, org.apache.flink.table.catalog.CatalogBaseTable table)Creates a temporary table in a given path.
-
-
-
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 tabletable- table to register
-
-