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 TableEnvironment
TableEnvironment. 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 TableEnvironment
TableEnvironment. 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 interface
TableEnvironmentInternal
An internal interface ofTableEnvironment
that defines extended methods used forTableImpl
.Classes in org.apache.flink.table.api.internal that implement TableEnvironment Modifier and Type Class Description class
TableEnvironmentImpl
Implementation ofTableEnvironment
that works exclusively with Table API interfaces.Methods in org.apache.flink.table.api.internal that return TableEnvironment Modifier and Type Method Description TableEnvironment
TableImpl. getTableEnvironment()
-