Uses of Interface
org.apache.flink.table.api.TableEnvironment
-
Packages that use TableEnvironment Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of TableEnvironment in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return TableEnvironment Modifier and Type Method Description static TableEnvironmentTableEnvironment. create(org.apache.flink.configuration.Configuration configuration)Creates a table environment that is the entry point and central context for creating Table and SQL API programs.static TableEnvironmentTableEnvironment. create(EnvironmentSettings settings)Creates a table environment that is the entry point and central context for creating Table and SQL API programs. -
Uses of TableEnvironment in org.apache.flink.table.api.internal
Subinterfaces of TableEnvironment in org.apache.flink.table.api.internal Modifier and Type Interface Description interfaceTableEnvironmentInternalAn internal interface ofTableEnvironmentthat defines extended methods used forTableImpl.Classes in org.apache.flink.table.api.internal that implement TableEnvironment Modifier and Type Class Description classTableEnvironmentImplImplementation ofTableEnvironmentthat works exclusively with Table API interfaces.Methods in org.apache.flink.table.api.internal that return TableEnvironment Modifier and Type Method Description TableEnvironmentTableImpl. getTableEnvironment()
-