Interface Registration
-
@Internal public interface Registration
A way to register a table in aTableEnvironment
that this descriptor originates from.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 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
-
-