Interface Registration
@Internal
public interface Registration
A way to register a table in a
TableEnvironment that this descriptor originates from.-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateTemporaryTable(String path, org.apache.flink.table.catalog.CatalogBaseTable table) Creates a temporary table in a given path.
-
Method Details
-
createTemporaryTable
Creates a temporary table in a given path.- Parameters:
path- Path where to register the given tabletable- table to register
-