Uses of Interface
org.apache.flink.table.api.TableEnvironment
-
-
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(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.bridge.internal
Classes in org.apache.flink.table.api.bridge.internal that implement TableEnvironment Modifier and Type Class Description class
AbstractStreamTableEnvironmentImpl
Abstract class to implement aStreamTableEnvironment
. -
Uses of TableEnvironment in org.apache.flink.table.api.bridge.java
Subinterfaces of TableEnvironment in org.apache.flink.table.api.bridge.java Modifier and Type Interface Description interface
StreamTableEnvironment
This table environment is the entry point and central context for creating Table and SQL API programs that integrate with the Java-specificDataStream
API. -
Uses of TableEnvironment in org.apache.flink.table.api.bridge.java.internal
Classes in org.apache.flink.table.api.bridge.java.internal that implement TableEnvironment Modifier and Type Class Description class
StreamTableEnvironmentImpl
The implementation for a JavaStreamTableEnvironment
. -
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()
-
Uses of TableEnvironment in org.apache.flink.table.tpcds.stats
Methods in org.apache.flink.table.tpcds.stats with parameters of type TableEnvironment Modifier and Type Method Description void
CatalogTableStats. register2Catalog(TableEnvironment tEnv, String table)
static void
TpcdsStatsProvider. registerTpcdsStats(TableEnvironment tEnv)
-
Uses of TableEnvironment in org.apache.flink.table.utils.python
Methods in org.apache.flink.table.utils.python with parameters of type TableEnvironment Modifier and Type Method Description static Table
PythonTableUtils. createTableFromElement(TableEnvironment tEnv, String filePath, DataType schema, boolean batched)
Create a table fromPythonDynamicTableSource
that read data from input file with specificDataType
.
-